Searched refs:allApps (Results 1 – 11 of 11) sorted by relevance
109 final AllApps allApps = mLauncher.getWorkspace().switchToAllApps(); in testPressHomeOnAllAppsContextMenu() local110 allApps.freeze(); in testPressHomeOnAllAppsContextMenu()112 allApps.getAppIcon("TestActivity7").openMenu(); in testPressHomeOnAllAppsContextMenu()114 allApps.unfreeze(); in testPressHomeOnAllAppsContextMenu()119 public static void runAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) { in runAllAppsTest() argument120 allApps.freeze(); in runAllAppsTest()122 assertNotNull("allApps parameter is null", allApps); in runAllAppsTest()133 allApps.flingForward(); in runAllAppsTest()142 allApps.flingBackward(); in runAllAppsTest()152 assertNotNull("All apps: can't fine YouTube", allApps.getAppIcon("YouTube")); in runAllAppsTest()[all …]
152 final AllAppsFromOverview allApps = overview.switchToAllApps(); in testOverview() local153 assertNotNull("overview.switchToAllApps() returned null (1)", allApps); in testOverview()157 overview = allApps.switchBackToOverview(); in testOverview()164 assertNotNull("overview.switchToAllApps() returned null (2)", allApps); in testOverview()193 final AllApps allApps = in testAppIconLaunchFromAllAppsFromOverview() local197 TaplTestsLauncher3.runIconLaunchFromAllAppsTest(this, allApps); in testAppIconLaunchFromAllAppsFromOverview()
25 allApps componentName=app1/class1 intent=component=app1/class126 allApps componentName=app1/class2 intent=component=app1/class227 allApps componentName=app2/class1 intent=component=app2/class128 allApps componentName=app2/class2 intent=component=app2/class2
61 final List<AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local62 for (int i = 0; i < allApps.size(); i++) { in loadAllExtraInfo()63 AppEntry currentEntry = allApps.get(i); in loadAllExtraInfo()
106 final ArrayList<ApplicationsState.AppEntry> allApps = mSession.getAllApps(); in updateSummary() local108 for (ApplicationsState.AppEntry entry : allApps) { in updateSummary()
146 final ArrayList<AppEntry> allApps = mSession.getAllApps(); in onExtraInfoUpdated() local147 final int N = allApps.size(); in onExtraInfoUpdated()149 final AppEntry entry = allApps.get(i); in onExtraInfoUpdated()
58 final List<AppEntry> allApps = mAppSession.getAllApps(); in loadAllExtraInfo() local59 for (AppEntry entry : allApps) { in loadAllExtraInfo()