summaryrefslogtreecommitdiffstats
path: root/tests/tapl/com
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-09-24 18:13:45 -0700
committervadimt <vadimt@google.com>2019-09-24 18:13:45 -0700
commit39eb7ec87783dfc473adb8e76806cd7f08074373 (patch)
treecc4ddbb16d90183802af1f4a849215d5cfa74fd0 /tests/tapl/com
parent6929199c8a568bc32a5a423680fc008ef499a1d5 (diff)
downloadandroid_packages_apps_Trebuchet-39eb7ec87783dfc473adb8e76806cd7f08074373.tar.gz
android_packages_apps_Trebuchet-39eb7ec87783dfc473adb8e76806cd7f08074373.tar.bz2
android_packages_apps_Trebuchet-39eb7ec87783dfc473adb8e76806cd7f08074373.zip
Removing unused method isAvd
Bug: 136278866 Change-Id: I06396a60e44d25cd2b532f6ce31c2ce965263817
Diffstat (limited to 'tests/tapl/com')
-rw-r--r--tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
index 65208ceb5..b200a27a0 100644
--- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
+++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java
@@ -37,7 +37,6 @@ import android.content.res.Resources;
import android.graphics.Point;
import android.graphics.Rect;
import android.net.Uri;
-import android.os.Build;
import android.os.Bundle;
import android.os.Parcelable;
import android.os.SystemClock;
@@ -239,10 +238,6 @@ public final class LauncherInstrumentation {
return null;
}
- public static boolean isAvd() {
- return Build.MODEL.contains("Cuttlefish");
- }
-
static void log(String message) {
Log.d(TAG, message);
}