Loading quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +6 −0 Original line number Diff line number Diff line Loading @@ -201,6 +201,12 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { @PortraitLandscape public void testOverviewActions() throws Exception { if (mLauncher.getNavigationModel() != NavigationModel.TWO_BUTTON) { // Experimenting for b/165029151: final Overview overview = mLauncher.pressHome().switchToOverview(); if (overview.hasTasks()) overview.dismissAllTasks(); mLauncher.pressHome(); // startTestAppsWithCheck(); OverviewActions actionsView = mLauncher.pressHome().switchToOverview().getOverviewActions(); Loading Loading
quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +6 −0 Original line number Diff line number Diff line Loading @@ -201,6 +201,12 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { @PortraitLandscape public void testOverviewActions() throws Exception { if (mLauncher.getNavigationModel() != NavigationModel.TWO_BUTTON) { // Experimenting for b/165029151: final Overview overview = mLauncher.pressHome().switchToOverview(); if (overview.hasTasks()) overview.dismissAllTasks(); mLauncher.pressHome(); // startTestAppsWithCheck(); OverviewActions actionsView = mLauncher.pressHome().switchToOverview().getOverviewActions(); Loading