Home
last modified time | relevance | path

Searched refs:appsInfo (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppGridActivity.java156 LauncherAppsInfo appsInfo = AppLauncherUtils.getAllLauncherApps(blackList, in updateAppsLists() local
158 mGridAdapter.setAllApps(appsInfo.getApplicationsList()); in updateAppsLists()
159 mGridAdapter.setMostRecentApps(getMostRecentApps(appsInfo)); in updateAppsLists()
204 private List<AppMetaData> getMostRecentApps(LauncherAppsInfo appsInfo) { in getMostRecentApps() argument
206 if (appsInfo.isEmpty()) { in getMostRecentApps()
242 if (!appsInfo.isMediaService(packageName)) { in getMostRecentApps()
255 AppMetaData app = appsInfo.getAppMetaData(packageName); in getMostRecentApps()
DAppSearchActivity.java170 AppLauncherUtils.LauncherAppsInfo appsInfo = AppLauncherUtils.getAllLauncherApps( in getAllApps() local
173 return appsInfo.getApplicationsList(); in getAllApps()
/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
DInstalledAppResultTask.java70 List<ApplicationInfo> appsInfo = mPackageManager.getInstalledApplications( in query() local
75 for (ApplicationInfo info : appsInfo) { in query()