Home
last modified time | relevance | path

Searched refs:switchToAllApps (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsQuickstep.java86 mLauncher.getWorkspace().switchToAllApps()); in testWorkspaceSwitchToAllApps()
94 mLauncher.getWorkspace().switchToOverview().switchToAllApps()); in testAllAppsFromOverview()
152 final AllAppsFromOverview allApps = overview.switchToAllApps(); in testOverview()
163 overview.switchToAllApps(); in testOverview()
194 mLauncher.getWorkspace().switchToOverview().switchToAllApps(); in testAppIconLaunchFromAllAppsFromOverview()
237 mLauncher.getWorkspace().switchToAllApps()); in testAllAppsFromHome()
DAppPredictionsUITests.java92 mLauncher.pressHome().switchToAllApps(); in testPredictionExistsInAllApps()
108 mLauncher.pressHome().switchToAllApps(); in testPredictionsDeferredUntilHome()
117 mLauncher.pressHome().switchToAllApps(); in testPredictionsDeferredUntilHome()
125 mLauncher.pressHome().switchToAllApps(); in testPredictionsDisabled()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java109 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressHomeOnAllAppsContextMenu()
172 mLauncher.getWorkspace().switchToAllApps()); in testWorkspaceSwitchToAllApps()
233 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testAppIconLaunchFromAllAppsFromHome()
283 switchToAllApps(); in testLaunchMenuItem()
307 switchToAllApps(); in testDragAppIcon()
329 switchToAllApps(); in testDragShortcut()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DOverview.java47 public AllAppsFromOverview switchToAllApps() { in switchToAllApps() method in Overview
DWorkspace.java56 public AllApps switchToAllApps() { in switchToAllApps() method in Workspace
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DRequestPinItemTest.java139 switchToAllApps(). in runTest()