Loading tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +19 −17 Original line number Diff line number Diff line Loading @@ -111,6 +111,7 @@ public abstract class AbstractLauncherUiTest { mLauncher = new LauncherInstrumentation(instrumentation); // b/130558787; b/131419978 if (TestHelpers.isInLauncherProcess()) { try { Class systemProps = Class.forName("android.os.SystemProperties"); Method getInt = systemProps.getMethod("getInt", String.class, int.class); Loading @@ -132,6 +133,7 @@ public abstract class AbstractLauncherUiTest { e.printStackTrace(); } } } public void setActiveOverlay(String overlayPackage, LauncherInstrumentation.NavigationModel expectedMode) { Loading Loading
tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +19 −17 Original line number Diff line number Diff line Loading @@ -111,6 +111,7 @@ public abstract class AbstractLauncherUiTest { mLauncher = new LauncherInstrumentation(instrumentation); // b/130558787; b/131419978 if (TestHelpers.isInLauncherProcess()) { try { Class systemProps = Class.forName("android.os.SystemProperties"); Method getInt = systemProps.getMethod("getInt", String.class, int.class); Loading @@ -132,6 +133,7 @@ public abstract class AbstractLauncherUiTest { e.printStackTrace(); } } } public void setActiveOverlay(String overlayPackage, LauncherInstrumentation.NavigationModel expectedMode) { Loading