Searched refs:appsInfo (Results 1 – 3 of 3) sorted by relevance
156 LauncherAppsInfo appsInfo = AppLauncherUtils.getAllLauncherApps(blackList, in updateAppsLists() local158 mGridAdapter.setAllApps(appsInfo.getApplicationsList()); in updateAppsLists()159 mGridAdapter.setMostRecentApps(getMostRecentApps(appsInfo)); in updateAppsLists()204 private List<AppMetaData> getMostRecentApps(LauncherAppsInfo appsInfo) { in getMostRecentApps() argument206 if (appsInfo.isEmpty()) { in getMostRecentApps()242 if (!appsInfo.isMediaService(packageName)) { in getMostRecentApps()255 AppMetaData app = appsInfo.getAppMetaData(packageName); in getMostRecentApps()
170 AppLauncherUtils.LauncherAppsInfo appsInfo = AppLauncherUtils.getAllLauncherApps( in getAllApps() local173 return appsInfo.getApplicationsList(); in getAllApps()
70 List<ApplicationInfo> appsInfo = mPackageManager.getInstalledApplications( in query() local75 for (ApplicationInfo info : appsInfo) { in query()