Loading tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +0 −4 Original line number Diff line number Diff line Loading @@ -102,10 +102,6 @@ public abstract class AbstractLauncherUiTest { } if (TestHelpers.isInLauncherProcess()) Utilities.enableRunningInTestHarnessForTests(); mLauncher = new LauncherInstrumentation(instrumentation); try { mDevice.executeShellCommand("settings delete secure assistant"); } catch (IOException e) { } } @Rule Loading Loading
tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java +0 −4 Original line number Diff line number Diff line Loading @@ -102,10 +102,6 @@ public abstract class AbstractLauncherUiTest { } if (TestHelpers.isInLauncherProcess()) Utilities.enableRunningInTestHarnessForTests(); mLauncher = new LauncherInstrumentation(instrumentation); try { mDevice.executeShellCommand("settings delete secure assistant"); } catch (IOException e) { } } @Rule Loading