Searched refs:isSystemExt (Results 1 – 14 of 14) sorted by relevance
387 boolean isSystemExt(); in isSystemExt() method
656 public boolean isSystemExt() { in isSystemExt() method in PackageImpl
223 if (overlayPackage.isSystem() || overlayPackage.isSystemExt()) { in calculateFulfilledPolicies()
306 public boolean isSystemExt() {
2435 return info != null && info.applicationInfo.isSystemExt(); in isSystemExtApp()
20972 final boolean systemExt = oldPackage.isSystemExt(); in preparePackageLI()
491 | flag(pkg.isSystemExt(), ApplicationInfo.PRIVATE_FLAG_SYSTEM_EXT) in appInfoPrivateFlags()
2416 public boolean isSystemExt() { in isSystemExt() method in ApplicationInfo
7196 public boolean isSystemExt() { in isSystemExt() method in PackageParser.Package7197 return applicationInfo.isSystemExt(); in isSystemExt()
3490 } else if (pkg.isSystemExt()) {3506 } else if (pkg.isSystemExt()) {
772 Landroid/content/pm/ApplicationInfo;->isSystemExt()Z
4448 HSPLandroid/content/pm/ApplicationInfo;->isSystemExt()Z
4450 HSPLandroid/content/pm/ApplicationInfo;->isSystemExt()Z
34010 HSPLcom/android/server/pm/parsing/pkg/PackageImpl;->isSystemExt()Z