Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DTaplTestsLauncher3.java108 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressHomeOnAllAppsContextMenu()
171 mLauncher.getWorkspace().switchToAllApps()); in testWorkspaceSwitchToAllApps()
234 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testAppIconLaunchFromAllAppsFromHome()
285 switchToAllApps(); in testLaunchMenuItem()
311 switchToAllApps(); in testDragAppIcon()
333 .switchToAllApps(); in testDragShortcut()
364 AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in createShortcutIfNotExist()
408 mLauncher.getWorkspace().switchToAllApps(); in testPressBack()
413 AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressBack()
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DTaplTestsQuickstep.java95 mLauncher.getWorkspace().switchToAllApps()); in testWorkspaceSwitchToAllApps()
235 mLauncher.getWorkspace().switchToAllApps()); in testAllAppsFromHome()
304 mLauncher.getWorkspace().switchToAllApps(); in testPressBack()
309 AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressBack()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DOverview.java46 public AllAppsFromOverview switchToAllApps() { in switchToAllApps() method in Overview
H A DWorkspace.java74 public AllApps switchToAllApps() { in switchToAllApps() method in Workspace
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
H A DRequestPinItemTest.java136 switchToAllApps(). in runTest()