Searched refs:installedApps (Results 1 – 2 of 2) sorted by relevance
183 List<ApplicationInfo> installedApps = pm.getInstalledApplications( in fetchAndMergeApps() local185 for (ApplicationInfo app : installedApps) { in fetchAndMergeApps()
255 List<InstantAppInfo> installedApps = getInstalledInstantApplicationsLPr(userId); in getInstantAppsLPr() local257 if (installedApps != null) { in getInstantAppsLPr()259 installedApps.addAll(uninstalledApps); in getInstantAppsLPr()261 return installedApps; in getInstantAppsLPr()