Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
DAppRestrictionsHelper.java183 List<ApplicationInfo> installedApps = pm.getInstalledApplications( in fetchAndMergeApps() local
185 for (ApplicationInfo app : installedApps) { in fetchAndMergeApps()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppRegistry.java255 List<InstantAppInfo> installedApps = getInstalledInstantApplicationsLPr(userId); in getInstantAppsLPr() local
257 if (installedApps != null) { in getInstantAppsLPr()
259 installedApps.addAll(uninstalledApps); in getInstantAppsLPr()
261 return installedApps; in getInstantAppsLPr()