Home
last modified time | relevance | path

Searched defs:allApps (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java162 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressHomeOnAllAppsContextMenu() local
172 public static void runAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) { in runAllAppsTest()
309 public static void runIconLaunchFromAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) { in runIconLaunchFromAllAppsTest()
326 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testAppIconLaunchFromAllAppsFromHome() local
378 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testLaunchMenuItem() local
400 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testLaunchHomeScreenMenuItem() local
427 final HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testDragAppIcon() local
448 final HomeAllApps allApps = mLauncher in testDragShortcut() local
550 final HomeAllApps allApps = workspace.switchToAllApps(); in verifyAppUninstalledFromAllApps() local
578 final HomeAllApps allApps = workspace.switchToAllApps(); in testUninstallFromAllApps() local
[all …]
DAbstractLauncherUiTest.java613 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in createShortcutIfNotExist() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DThemeIconsTest.java62 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testIconWithoutTheme() local
80 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testShortcutIconWithoutTheme() local
99 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testIconWithTheme() local
117 HomeAllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testShortcutIconWithTheme() local
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateClonedAppsBridge.java68 final List<ApplicationsState.AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local
DAppStateMediaManagementAppsBridge.java55 final List<AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local
DAppStateLongBackgroundTasksBridge.java86 final List<AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local
DAppStateLocaleBridge.java63 final List<AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local
DAppStateInstallAppsBridge.java62 final List<AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local
DAppStateAlarmsAndRemindersBridge.java111 final List<AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local
/packages/apps/Settings/src/com/android/settings/wifi/
DAppStateChangeWifiStateBridge.java59 final List<AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local
/packages/apps/Settings/src/com/android/settings/nfc/
DAppStateNfcTagAppsBridge.java80 final List<ApplicationsState.AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DModelMultiCallbacksTest.java228 public Set<String> allApps() { in allApps() method in ModelMultiCallbacksTest.MyCallbacks
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkProfileManager.java92 UserManager userManager, ActivityAllAppsContainerView allApps, in WorkProfileManager()
/packages/apps/Launcher3/tests/src/com/android/launcher3/secondarydisplay/
DSecondaryDisplayLauncherTest.java176 UiObject2 allApps = findObjectByResourceName("apps_list_view"); in startDragFromAllApps() local