Home
last modified time | relevance | path

Searched refs:HomeAllApps (Results 1 – 11 of 11) sorted by relevance

/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplPrivateSpaceTest.java31 import com.android.launcher3.tapl.HomeAllApps;
106 HomeAllApps homeAllApps = mLauncher.getAllApps(); in testPrivateSpaceContainerIsPresent()
131 HomeAllApps homeAllApps = mLauncher.getAllApps(); in testUserInstalledAppIsShownAboveDivider()
156 HomeAllApps homeAllApps = mLauncher.getAllApps(); in testPrivateSpaceAppLongPressUninstallMenu()
173 HomeAllApps homeAllApps = mLauncher.getAllApps(); in testPrivateSpaceLockingBehaviour()
204 private void togglePrivateSpace(int state, HomeAllApps homeAllApps) { in togglePrivateSpace()
225 private void togglePrivateSpaceWithRetry(int state, HomeAllApps homeAllApps) { in togglePrivateSpaceWithRetry()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplThemeIconsTest.java36 import com.android.launcher3.tapl.HomeAllApps;
63 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/allapps/
DTaplKeyboardFocusTest.java31 import com.android.launcher3.tapl.HomeAllApps;
45 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.java24 import com.android.launcher3.tapl.HomeAllApps;
42 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testAppIconLaunchFromAllAppsFromHome()
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplDragTest.java37 import com.android.launcher3.tapl.HomeAllApps;
121 final HomeAllApps allApps = mLauncher in testDragShortcut()
153 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testDragShortcutToMultipleWorkspaceCells()
201 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testDragAppIcon()
DTaplUninstallRemoveTest.java35 import com.android.launcher3.tapl.HomeAllApps;
74 final HomeAllApps allApps = workspace.switchToAllApps(); in verifyAppUninstalledFromAllApps()
122 final HomeAllApps allApps = workspace.switchToAllApps(); in testUninstallFromAllApps()
/packages/apps/Launcher3/tests/src/com/android/launcher3/appiconmenu/
DTaplAppIconMenuTest.java30 import com.android.launcher3.tapl.HomeAllApps;
81 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testLaunchHomeScreenMenuItem()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DHomeAllApps.java25 public class HomeAllApps extends AllApps { class
27 HomeAllApps(LauncherInstrumentation launcher) { in HomeAllApps() method in HomeAllApps
DWorkspace.java88 public HomeAllApps switchToAllApps() { in switchToAllApps()
116 return new HomeAllApps(mLauncher); in switchToAllApps()
122 public HomeAllApps openAllAppsFromKeyboardShortcut() { in openAllAppsFromKeyboardShortcut()
133 return new HomeAllApps(mLauncher); in openAllAppsFromKeyboardShortcut()
DLauncherInstrumentation.java1340 public HomeAllApps getAllApps() { in getAllApps()
1342 return new HomeAllApps(this); in getAllApps()
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DAbstractLauncherUiTest.java60 import com.android.launcher3.tapl.HomeAllApps;
683 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in createShortcutIfNotExist()