Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
H A DAppGridActivity.java258 LauncherAppsInfo appsInfo = AppLauncherUtils.getLauncherApps(appsToHide, in updateAppsLists() local
267 mGridAdapter.setAllApps(appsInfo.getLaunchableComponentsList()); in updateAppsLists()
268 mGridAdapter.setMostRecentApps(getMostRecentApps(appsInfo)); in updateAppsLists()
313 private List<AppMetaData> getMostRecentApps(LauncherAppsInfo appsInfo) { in getMostRecentApps() argument
315 if (appsInfo.isEmpty()) { in getMostRecentApps()
355 if (!appsInfo.isMediaService(componentName)) { in getMostRecentApps()
368 AppMetaData app = appsInfo.getAppMetaData(componentName); in getMostRecentApps()
/aosp12/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/query/
H A DInstalledAppResultTask.java70 List<ApplicationInfo> appsInfo = mPackageManager.getInstalledApplications( in query() local
75 for (ApplicationInfo info : appsInfo) { in query()