Home
last modified time | relevance | path

Searched refs:isSystemExt (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPkgAppInfo.java387 boolean isSystemExt(); in isSystemExt() method
H A DPackageImpl.java656 public boolean isSystemExt() { in isSystemExt() method in PackageImpl
/aosp12/frameworks/base/services/core/java/com/android/server/om/
H A DIdmapManager.java223 if (overlayPackage.isSystem() || overlayPackage.isSystemExt()) { in calculateFulfilledPolicies()
/aosp12/system/tools/hidl/
H A Dmain.cpp548 bool* isSystemExt) { in isSystemExtPackage() argument
549 return hasVariantFile(fqName, coordinator, ".hidl_for_system_ext", isSystemExt); in isSystemExtPackage()
663 bool isSystemExt = isSystemExtHidl || !isCoreAndroid; in generateAndroidBpForPackage() local
696 if (isSystemExt) { in generateAndroidBpForPackage()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageSetting.java306 public boolean isSystemExt() {
H A DPackageManagerShellCommand.java2435 return info != null && info.applicationInfo.isSystemExt(); in isSystemExtApp()
H A DPackageManagerService.java21101 final boolean systemExt = oldPackage.isSystemExt(); in preparePackageLI()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageInfoUtils.java491 | flag(pkg.isSystemExt(), ApplicationInfo.PRIVATE_FLAG_SYSTEM_EXT) in appInfoPrivateFlags()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java2416 public boolean isSystemExt() { in isSystemExt() method in ApplicationInfo
H A DPackageParser.java7196 public boolean isSystemExt() { in isSystemExt() method in PackageParser.Package
7197 return applicationInfo.isSystemExt(); in isSystemExt()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/permission/
H A DPermissionManagerService.java3510 } else if (pkg.isSystemExt()) {
3526 } else if (pkg.isSystemExt()) {
/aosp12/frameworks/base/config/
H A Dboot-profile.txt772 Landroid/content/pm/ApplicationInfo;->isSystemExt()Z
H A Dboot-image-profile.txt4448 HSPLandroid/content/pm/ApplicationInfo;->isSystemExt()Z
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt4450 HSPLandroid/content/pm/ApplicationInfo;->isSystemExt()Z
/aosp12/frameworks/base/services/
H A Dart-profile34010 HSPLcom/android/server/pm/parsing/pkg/PackageImpl;->isSystemExt()Z