Loading quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java +8 −1 Original line number Diff line number Diff line Loading @@ -218,10 +218,17 @@ public class FallbackRecentsTest { } private BaseOverview pressHomeAndGoToOverview() { mDevice.pressHome(); pressHomeAndWaitForOverviewClose(); return mLauncher.getLaunchedAppState().switchToOverview(); } private void pressHomeAndWaitForOverviewClose() { mDevice.pressHome(); Wait.atMost("Recents activity didn't stop", () -> getFromRecents(recents -> !recents.isStarted()), DEFAULT_UI_TIMEOUT, mLauncher); } // b/143488140 //@NavigationModeSwitch @Test Loading Loading
quickstep/tests/src/com/android/quickstep/FallbackRecentsTest.java +8 −1 Original line number Diff line number Diff line Loading @@ -218,10 +218,17 @@ public class FallbackRecentsTest { } private BaseOverview pressHomeAndGoToOverview() { mDevice.pressHome(); pressHomeAndWaitForOverviewClose(); return mLauncher.getLaunchedAppState().switchToOverview(); } private void pressHomeAndWaitForOverviewClose() { mDevice.pressHome(); Wait.atMost("Recents activity didn't stop", () -> getFromRecents(recents -> !recents.isStarted()), DEFAULT_UI_TIMEOUT, mLauncher); } // b/143488140 //@NavigationModeSwitch @Test Loading