Searched refs:appsInfo (Results 1 – 2 of 2) sorted by relevance
210 LauncherAppsInfo appsInfo = AppLauncherUtils.getLauncherApps(blackList, in updateAppsLists() local217 mGridAdapter.setAllApps(appsInfo.getLaunchableComponentsList()); in updateAppsLists()218 mGridAdapter.setMostRecentApps(getMostRecentApps(appsInfo)); in updateAppsLists()263 private List<AppMetaData> getMostRecentApps(LauncherAppsInfo appsInfo) { in getMostRecentApps() argument265 if (appsInfo.isEmpty()) { in getMostRecentApps()305 if (!appsInfo.isMediaService(componentName)) { in getMostRecentApps()318 AppMetaData app = appsInfo.getAppMetaData(componentName); in getMostRecentApps()
70 List<ApplicationInfo> appsInfo = mPackageManager.getInstalledApplications( in query() local75 for (ApplicationInfo info : appsInfo) { in query()