Loading tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ public abstract class AbstractLauncherUiTest { mLauncher = new LauncherInstrumentation(instrumentation); // b/130558787; b/131419978 if (TestHelpers.isInLauncherProcess()) { if (TestHelpers.isInLauncherProcess() && !LauncherInstrumentation.needSlowGestures()) { try { Class systemProps = Class.forName("android.os.SystemProperties"); Method getInt = systemProps.getMethod("getInt", String.class, int.class); Loading tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ public final class LauncherInstrumentation { return NavigationModel.THREE_BUTTON; } static boolean needSlowGestures() { public static boolean needSlowGestures() { return Build.MODEL.contains("Cuttlefish"); } Loading Loading
tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -111,7 +111,7 @@ public abstract class AbstractLauncherUiTest { mLauncher = new LauncherInstrumentation(instrumentation); // b/130558787; b/131419978 if (TestHelpers.isInLauncherProcess()) { if (TestHelpers.isInLauncherProcess() && !LauncherInstrumentation.needSlowGestures()) { try { Class systemProps = Class.forName("android.os.SystemProperties"); Method getInt = systemProps.getMethod("getInt", String.class, int.class); Loading
tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ public final class LauncherInstrumentation { return NavigationModel.THREE_BUTTON; } static boolean needSlowGestures() { public static boolean needSlowGestures() { return Build.MODEL.contains("Cuttlefish"); } Loading