Loading tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ public final class LauncherInstrumentation { switch (containerType) { case WORKSPACE: { waitUntilGone(APPS_RES_ID); waitForLauncherObject(APPS_RES_ID); waitUntilGone(OVERVIEW_RES_ID); waitUntilGone(WIDGETS_RES_ID); return waitForLauncherObject(WORKSPACE_RES_ID); Loading Loading
tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +1 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,7 @@ public final class LauncherInstrumentation { switch (containerType) { case WORKSPACE: { waitUntilGone(APPS_RES_ID); waitForLauncherObject(APPS_RES_ID); waitUntilGone(OVERVIEW_RES_ID); waitUntilGone(WIDGETS_RES_ID); return waitForLauncherObject(WORKSPACE_RES_ID); Loading