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.java87 mLauncher.getWorkspace().switchToAllApps()); in testWorkspaceSwitchToAllApps()
100 mLauncher.getWorkspace().switchToOverview().switchToAllApps()); in testAllAppsFromOverview()
161 final AllAppsFromOverview allApps = overview.switchToAllApps(); in testOverview()
172 overview.switchToAllApps(); in testOverview()
207 mLauncher.getWorkspace().switchToOverview().switchToAllApps(); in testAppIconLaunchFromAllAppsFromOverview()
251 mLauncher.getWorkspace().switchToAllApps()); in testAllAppsFromHome()
DAppPredictionsUITests.java91 mLauncher.pressHome().switchToAllApps(); in testPredictionExistsInAllApps()
107 mLauncher.pressHome().switchToAllApps(); in testPredictionsDeferredUntilHome()
116 mLauncher.pressHome().switchToAllApps(); in testPredictionsDeferredUntilHome()
124 mLauncher.pressHome().switchToAllApps(); in testPredictionsDisabled()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java114 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressHomeOnAllAppsContextMenu()
177 mLauncher.getWorkspace().switchToAllApps()); in testWorkspaceSwitchToAllApps()
239 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testAppIconLaunchFromAllAppsFromHome()
290 switchToAllApps(); in testLaunchMenuItem()
314 switchToAllApps(); in testDragAppIcon()
336 switchToAllApps(); in testDragShortcut()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DOverview.java47 public AllAppsFromOverview switchToAllApps() { in switchToAllApps() method in Overview
DWorkspace.java98 public AllApps switchToAllApps() { in switchToAllApps() method in Workspace
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DRequestPinItemTest.java140 switchToAllApps(). in runTest()