Loading tests/src/com/android/launcher3/ui/AllAppsIconToHomeTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ public class AllAppsIconToHomeTest extends AbstractLauncherUiTest { LauncherActivityInfo settingsApp = getSettingsApp(); clearHomescreen(); mActivityMonitor.startLauncher(); mDevice.pressHome(); mDevice.waitForIdle(); // Open all apps and wait for load complete. final UiObject2 appsContainer = openAllApps(); Loading Loading
tests/src/com/android/launcher3/ui/AllAppsIconToHomeTest.java +2 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,8 @@ public class AllAppsIconToHomeTest extends AbstractLauncherUiTest { LauncherActivityInfo settingsApp = getSettingsApp(); clearHomescreen(); mActivityMonitor.startLauncher(); mDevice.pressHome(); mDevice.waitForIdle(); // Open all apps and wait for load complete. final UiObject2 appsContainer = openAllApps(); Loading