Searched refs:getInstalled (Results 1 – 12 of 12) sorted by relevance
163 public static HttpResponseCache getInstalled() { in getInstalled() method in HttpResponseCache
310 boolean getInstalled(int userId) { in getInstalled() method in PackageSettingBase349 if (getInstalled(user) == installed) { in queryInstalledUsers()356 if (getInstalled(user) == installed) { in queryInstalledUsers()
275 if (mService.mPackages.get(pkg.packageName) == null || !ps.getInstalled(userId)) { in onPackageInstalledLPw()346 if (mService.mPackages.get(pkg.packageName) != null && ps.getInstalled(userId)) { in onPackageUninstalledLPw()703 if (ps.getInstalled(userId)) { in pruneInstantApps()848 if (!ps.getInstalled(userId)) { in createInstantAppInfoForPackage()
2425 if (pkgSetting.getInstalled(UserHandle.USER_SYSTEM) != install) { in enableSystemUserPackages()3138 if (ps != null && ps.getInstalled(UserHandle.USER_SYSTEM)) { in PackageManagerService()3241 if (ps == null || !ps.getInstantApp(userId) || !ps.getInstalled(userId)) { in PackageManagerService()4070 if (!ps.getInstalled(userId)) {4481 if (!ps.getInstalled(userId)) {4493 if (!ps.getInstalled(userId)) {6316 if (ps.getInstalled(userId)) {6325 if (ps.getInstalled(userId) && !filterAppAccessLPr(ps, callingUid, userId)) {12920 if (pkgSetting.getInstalled(userId) == installed) {13082 if (!pkgSetting.getInstalled(userId)) {[all …]
4486 pw.print(ps.getInstalled(user.id) ? "I" : "i"); in dumpPackageLPr()4751 pw.print(ps.getInstalled(user.id)); in dumpPackageLPr()
216 public ArraySet<ComponentName> getInstalled(int userId) { in getInstalled() method in EnabledComponentsObserver
660 ArraySet<ComponentName> installed = mComponentObserver.getInstalled(userId);
173 HttpResponseCache cache = HttpResponseCache.getInstalled(); in onDestroy()
11237 HSPLcom/android/server/pm/PackageSettingBase;->getInstalled(I)Z14180 PLcom/android/server/vr/EnabledComponentsObserver;->getInstalled(I)Landroid/util/ArraySet;
17513 method public static android.net.http.HttpResponseCache getInstalled();
29482 method public static android.net.http.HttpResponseCache getInstalled();
29612 method public static android.net.http.HttpResponseCache getInstalled();