Searched refs:isSignedWithPlatformKey (Results 1 – 18 of 18) sorted by relevance
196 return !(overlayPackageState.isSystem() || overlayPackage.isSignedWithPlatformKey()); in enforceOverlayable()
243 } else if (pkg.isSignedWithPlatformKey()) { in getHiddenApiEnforcementPolicy()
3483 public boolean isSignedWithPlatformKey() {
590 boolean isSignedWithPlatformKey(); in isSignedWithPlatformKey() method
255 AndroidPackage::isSignedWithPlatformKey,
2356 if (isSignedWithPlatformKey()) { in isAllowedToUseHiddenApis()2498 public boolean isSignedWithPlatformKey() { in isSignedWithPlatformKey() method in ApplicationInfo
168 method public boolean isSignedWithPlatformKey();
1650 if (aInfo.isSignedWithPlatformKey()) { in isSystemPackage()
2236 if (ai.isSystemApp() || ai.isSignedWithPlatformKey()) {
718 if (callingPkg.isSignedWithPlatformKey()) { in isInternalCallerGetLaunchedFrom()
949 … | flag(pkg.isSignedWithPlatformKey(), ApplicationInfo.PRIVATE_FLAG_SIGNED_WITH_PLATFORM_KEY); in appInfoPrivateFlags()
411 || !pkg.applicationInfo.isSignedWithPlatformKey()) { in grantSignatureAppsNotificationPermissions()
4414 if (ai != null && ai.isSignedWithPlatformKey()) { in getMountModeInternal()
3467 || applicationInfo.isSignedWithPlatformKey(); in isCallerExemptFromReadableRestriction()
7612 HSPLcom/android/server/pm/parsing/pkg/PackageImpl;->isSignedWithPlatformKey()Z
4426 HSPLandroid/content/pm/ApplicationInfo;->isSignedWithPlatformKey()Z
4429 HSPLandroid/content/pm/ApplicationInfo;->isSignedWithPlatformKey()Z
10986 Landroid/content/pm/ApplicationInfo;->isSignedWithPlatformKey()Z