commit | 93f36ca868214c6bc7479a7c0418eea59c60cd98 | [log] [tgz] |
---|---|---|
author | Vadim Tryshev <vadimt@google.com> | Tue Sep 24 19:23:30 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Tue Sep 24 19:23:30 2019 -0700 |
tree | f39c2b87a2eb1675087f90fe59d68833f10aaff1 | |
parent | b89978781105c97c0766cdfea293f9f5b5cd68b6 [diff] | |
parent | 0b72d6a8913012f3f3aab2c28924185accbb6cb4 [diff] |
Merge "Removing unused method isAvd" into ub-launcher3-qt-qpr1-dev am: 1a706cd538 am: 0b72d6a891 Change-Id: I830b5d86342c85b7f4d39ac72022b25cc6f0b766
diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index 29825bc..dd2f4f0 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.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 @@ return null; } - public static boolean isAvd() { - return Build.MODEL.contains("Cuttlefish"); - } - static void log(String message) { Log.d(TAG, message); }