/aosp12/frameworks/base/core/java/android/net/http/ |
H A D | HttpResponseCache.java | 163 public static HttpResponseCache getInstalled() { in getInstalled() method in HttpResponseCache
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageSettingBase.java | 324 boolean getInstalled(int userId) { in getInstalled() method in PackageSettingBase 389 if (getInstalled(user) == installed) { in queryInstalledUsers() 396 if (getInstalled(user) == installed) { in queryInstalledUsers()
|
H A D | InstantAppRegistry.java | 376 if (mService.mPackages.get(pkg.getPackageName()) == null || !ps.getInstalled(userId)) { 446 if (mService.mPackages.get(pkg.getPackageName()) != null && ps.getInstalled(userId)) { 799 if (ps.getInstalled(userId)) { 947 if (!ps.getInstalled(userId)) {
|
H A D | UserSystemPackageInstaller.java | 225 if (pkgSetting.getInstalled(userId) == install in installWhitelistedSystemPackages()
|
H A D | PackageManagerService.java | 3928 if (ps.getInstalled(userId) in getPackagesForUidInternalBody() 3936 if (ps.getInstalled(userId) in getPackagesForUidInternalBody() 8901 || !ps.getInstalled(userId)) { in getPackageStartability() 16305 if (!pkgSetting.getInstalled(userId)) { in installExistingPackageAsUser() 20276 if (ps.getInstalled(allUserIds[i])) { in getInstalledUsers() 20353 if (!ps.getInstalled(userId)) { in getPackageSettingForUser() 25657 } else if (!ps.getInstalled(userId)) { 25844 if (ps.getInstalled(userId)) { 25889 if (ps.getInstalled(user.id)) { 28395 if (ps.getInstalled(userId)) { [all …]
|
H A D | Settings.java | 4418 pw.print(ps.getInstalled(user.id) ? "I" : "i"); 4731 pw.print(ps.getInstalled(user.id));
|
/aosp12/frameworks/base/services/core/java/com/android/server/vr/ |
H A D | EnabledComponentsObserver.java | 216 public ArraySet<ComponentName> getInstalled(int userId) { in getInstalled() method in EnabledComponentsObserver
|
H A D | VrManagerService.java | 662 ArraySet<ComponentName> installed = mComponentObserver.getInstalled(userId);
|
/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
H A D | DynamicSystemInstallationService.java | 170 HttpResponseCache cache = HttpResponseCache.getInstalled(); in onDestroy()
|
/aosp12/packages/services/Car/tests/BugReportApp/libs/ |
H A D | google-api-client-1.30.2.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/ |
H A D | google-api-client-1.30.10.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
/aosp12/frameworks/base/services/ |
H A D | art-profile-boot | 238 Lcom/android/server/pm/PackageSettingBase;->getInstalled(I)Z
|
H A D | art-profile | 31851 HSPLcom/android/server/pm/PackageSettingBase;->getInstalled(I)Z+]Lcom/android/server/pm/PackageSett… 43087 PLcom/android/server/vr/EnabledComponentsObserver;->getInstalled(I)Landroid/util/ArraySet;
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 26832 method public static android.net.http.HttpResponseCache getInstalled();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 17513 method public static android.net.http.HttpResponseCache getInstalled();
|