Searched refs:HomeAllApps (Results 1 – 11 of 11) sorted by relevance
31 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()
36 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()
31 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()
24 import com.android.launcher3.tapl.HomeAllApps;42 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testAppIconLaunchFromAllAppsFromHome()
37 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()
35 import com.android.launcher3.tapl.HomeAllApps;74 final HomeAllApps allApps = workspace.switchToAllApps(); in verifyAppUninstalledFromAllApps()122 final HomeAllApps allApps = workspace.switchToAllApps(); in testUninstallFromAllApps()
30 import com.android.launcher3.tapl.HomeAllApps;81 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testLaunchHomeScreenMenuItem()
25 public class HomeAllApps extends AllApps { class27 HomeAllApps(LauncherInstrumentation launcher) { in HomeAllApps() method in HomeAllApps
88 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()
1340 public HomeAllApps getAllApps() { in getAllApps()1342 return new HomeAllApps(this); in getAllApps()
60 import com.android.launcher3.tapl.HomeAllApps;683 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in createShortcutIfNotExist()