Home
last modified time | relevance | path

Searched refs:allApps (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java107 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressHomeOnAllAppsContextMenu() local
108 allApps.freeze(); in testPressHomeOnAllAppsContextMenu()
110 allApps.getAppIcon("TestActivity7").openMenu(); in testPressHomeOnAllAppsContextMenu()
112 allApps.unfreeze(); in testPressHomeOnAllAppsContextMenu()
117 public static void runAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) { in runAllAppsTest() argument
118 allApps.freeze(); in runAllAppsTest()
120 assertNotNull("allApps parameter is null", allApps); in runAllAppsTest()
131 allApps.flingForward(); in runAllAppsTest()
140 allApps.flingBackward(); in runAllAppsTest()
150 assertNotNull("All apps: can't fine YouTube", allApps.getAppIcon("YouTube")); in runAllAppsTest()
[all …]
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplTestsQuickstep.java151 final AllAppsFromOverview allApps = overview.switchToAllApps(); in testOverview() local
152 assertNotNull("overview.switchToAllApps() returned null (1)", allApps); in testOverview()
156 overview = allApps.switchBackToOverview(); in testOverview()
163 assertNotNull("overview.switchToAllApps() returned null (2)", allApps); in testOverview()
192 final AllApps allApps = in testAppIconLaunchFromAllAppsFromOverview() local
196 TaplTestsLauncher3.runIconLaunchFromAllAppsTest(this, allApps); in testAppIconLaunchFromAllAppsFromOverview()
/packages/apps/Launcher3/robolectric_tests/resources/
Dcache_data_updated_task_data.txt25 allApps componentName=app1/class1 intent=component=app1/class1
26 allApps componentName=app1/class2 intent=component=app1/class2
27 allApps componentName=app2/class1 intent=component=app2/class1
28 allApps componentName=app2/class2 intent=component=app2/class2
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAppStateInstallAppsBridge.java61 final List<AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local
62 for (int i = 0; i < allApps.size(); i++) { in loadAllExtraInfo()
63 AppEntry currentEntry = allApps.get(i); in loadAllExtraInfo()
DSpecialAppAccessPreferenceController.java106 final ArrayList<ApplicationsState.AppEntry> allApps = mSession.getAllApps(); in updateSummary() local
108 for (ApplicationsState.AppEntry entry : allApps) { in updateSummary()
/packages/apps/Settings/src/com/android/settings/applications/
DAppStateInstallAppsBridge.java61 final List<AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local
62 for (int i = 0; i < allApps.size(); i++) { in loadAllExtraInfo()
63 AppEntry currentEntry = allApps.get(i); in loadAllExtraInfo()
DSpecialAppAccessPreferenceController.java106 final ArrayList<ApplicationsState.AppEntry> allApps = mSession.getAllApps(); in updateSummary() local
108 for (ApplicationsState.AppEntry entry : allApps) { in updateSummary()
/packages/apps/Settings/src/com/android/settings/datausage/
DDataSaverSummary.java146 final ArrayList<AppEntry> allApps = mSession.getAllApps(); in onExtraInfoUpdated() local
147 final int N = allApps.size(); in onExtraInfoUpdated()
149 final AppEntry entry = allApps.get(i); in onExtraInfoUpdated()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/datausage/
DDataSaverSummary.java146 final ArrayList<AppEntry> allApps = mSession.getAllApps(); in onExtraInfoUpdated() local
147 final int N = allApps.size(); in onExtraInfoUpdated()
149 final AppEntry entry = allApps.get(i); in onExtraInfoUpdated()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DOverview.java54 final UiObject2 allApps = mLauncher.waitForLauncherObject("apps_view"); in switchToAllApps() local
56 allApps.getVisibleBounds().top, in switchToAllApps()
/packages/apps/Settings/src/com/android/settings/wifi/
DAppStateChangeWifiStateBridge.java58 final List<AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local
59 for (AppEntry entry : allApps) { in loadAllExtraInfo()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/
DAppStateChangeWifiStateBridge.java58 final List<AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local
59 for (AppEntry entry : allApps) { in loadAllExtraInfo()