Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/allapps/
DTaplOpenCloseAllAppsTest.java54 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressHomeOnAllAppsContextMenu()
71 mLauncher.getWorkspace().switchToAllApps()); in testWorkspaceSwitchToAllApps()
83 mLauncher.getWorkspace().switchToAllApps() in testAllAppsSwitchToWorkspace()
97 mLauncher.getWorkspace().switchToAllApps() in testAllAppsSwipeUpToWorkspace()
111 mLauncher.getWorkspace().switchToAllApps().dismissByTappingOutsideForTablet( in testAllAppsDeadzoneForTablet()
113 mLauncher.getWorkspace().switchToAllApps().dismissByTappingOutsideForTablet( in testAllAppsDeadzoneForTablet()
126 mLauncher.getWorkspace().switchToAllApps()); in testAllAppsFromHome()
202 .switchToAllApps() in testPressBackFromAllAppsToHome()
212 mLauncher.goHome().switchToAllApps().dismissByEscKey(); in testDismissAllAppsWithEscKey()
DTaplKeyboardFocusTest.java45 final HomeAllApps allApps = mLauncher.goHome().switchToAllApps(); in testAllAppsFocusApp()
60 final HomeAllApps allApps = mLauncher.goHome().switchToAllApps(); in testAllAppsExitSearchAndFocusApp()
79 final HomeAllApps allApps = mLauncher.goHome().switchToAllApps(); in testAllAppsExitSearchAndFocusSearchResults()
DTaplAllAppsIconsWorkingTest.java42 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testAppIconLaunchFromAllAppsFromHome()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplThemeIconsTest.java63 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testIconWithoutTheme()
81 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testShortcutIconWithoutTheme()
100 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testIconWithTheme()
118 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testShortcutIconWithTheme()
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplUninstallRemoveTest.java74 final HomeAllApps allApps = workspace.switchToAllApps(); in verifyAppUninstalledFromAllApps()
122 final HomeAllApps allApps = workspace.switchToAllApps(); in testUninstallFromAllApps()
185 .switchToAllApps() in testAddDeleteShortcutOnHotseat()
DTaplDragTest.java123 .switchToAllApps(); in testDragShortcut()
153 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testDragShortcutToMultipleWorkspaceCells()
201 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testDragAppIcon()
/packages/apps/Launcher3/tests/src/com/android/launcher3/appiconmenu/
DTaplAppIconMenuTest.java56 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testLaunchMenuItem()
81 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testLaunchHomeScreenMenuItem()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsSplitscreen.java82 .switchToAllApps() in testSplitAppFromHomeWithItself()
89 .switchToAllApps() in testSplitAppFromHomeWithItself()
DTaplTestsTrackpad.java116 mLauncher.getWorkspace().switchToAllApps()); in testAllAppsFromHome()
DTaplTestsKeyboardQuickSwitch.java174 kqs = mLauncher.goHome().switchToAllApps().showQuickSwitchView(); in runTest()
DTaplTestsQuickstep.java108 mLauncher.getWorkspace().switchToAllApps()); in testWorkspaceSwitchToAllApps()
420 mLauncher.getWorkspace().switchToAllApps().pressBackToWorkspace(); in testPressBack()
DTaplPrivateSpaceTest.java67 mLauncher.getWorkspace().switchToAllApps(); in setUp()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/util/
DTaplTestsPredictionRow.java28 mLauncher.getWorkspace().switchToAllApps(); in setUp()
/packages/apps/Launcher3/tests/src/com/android/launcher3/compat/
DTaplPromiseIconUiTest.java151 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPromiseIcon_addedArchivedApp()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DTaplRequestPinItemTest.java138 switchToAllApps(). in runTest()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplWorkProfileTest.java98 mLauncher.getWorkspace().switchToAllApps(); in setUp()
DAbstractLauncherUiTest.java683 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in createShortcutIfNotExist()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java88 public HomeAllApps switchToAllApps() { in switchToAllApps() method in Workspace