Searched refs:getInstalled (Results 1 – 11 of 11) sorted by relevance
298 boolean getInstalled(int userId) { in getInstalled() method in PackageSettingBase314 if (getInstalled(user) == installed) { in queryInstalledUsers()321 if (getInstalled(user) == installed) { in queryInstalledUsers()
186 if (mService.mPackages.get(pkg.packageName) == null || !ps.getInstalled(userId)) { in onPackageInstalledLPw()244 if (mService.mPackages.get(pkg.packageName) != null && ps.getInstalled(userId)) { in onPackageUninstalledLPw()
872 boolean installed = p.getInstalled(user.id); in getPackageLPw()4324 pw.print(ps.getInstalled(user.id) ? "I" : "i"); in dumpPackageLPr()4555 pw.print(ps.getInstalled(user.id)); in dumpPackageLPr()
2205 if (pkgSetting.getInstalled(UserHandle.USER_SYSTEM) != install) { in enableSystemUserPackages()3192 if (!ps.getInstalled(userId)) {11741 if (!pkgSetting.getInstalled(userId)) {16048 if (!ps.getInstalled(userId)) {19512 } else if (!ps.getInstalled(userId)) {19647 if (ps.getInstalled(userId)) {19704 if (ps.getInstalled(user.id)) {20330 if (users[i] != userHandle && ps.getInstalled(users[i])) {
164 public static HttpResponseCache getInstalled() { in getInstalled() method in HttpResponseCache
216 public ArraySet<ComponentName> getInstalled(int userId) { in getInstalled() method in EnabledComponentsObserver
334 ArraySet<ComponentName> installed = mComponentObserver.getInstalled(userId);
17513 method public static android.net.http.HttpResponseCache getInstalled();
23966 method public static android.net.http.HttpResponseCache getInstalled();
24035 method public static android.net.http.HttpResponseCache getInstalled();
25858 method public static android.net.http.HttpResponseCache getInstalled();