Searched refs:isSignedWithPlatformKey (Results 1 – 18 of 18) sorted by relevance
91 … | flag(pkg.isSignedWithPlatformKey(), ApplicationInfo.PRIVATE_FLAG_SIGNED_WITH_PLATFORM_KEY); in appInfoPrivateFlags()
196 return !(overlayPackageState.isSystem() || overlayPackage.isSignedWithPlatformKey()); in enforceOverlayable()
245 } else if (pkg.isSignedWithPlatformKey()) { in getHiddenApiEnforcementPolicy()
597 boolean isSignedWithPlatformKey(); in isSignedWithPlatformKey() method
256 AndroidPackage::isSignedWithPlatformKey, in <lambda>()
2410 if (isSignedWithPlatformKey()) { in isAllowedToUseHiddenApis()2554 public boolean isSignedWithPlatformKey() { in isSignedWithPlatformKey() method in ApplicationInfo
168 method public boolean isSignedWithPlatformKey();
797 if (callingPkg.isSignedWithPlatformKey()) { in isInternalCallerGetLaunchedFrom()
1008 … | flag(pkg.isSignedWithPlatformKey(), ApplicationInfo.PRIVATE_FLAG_SIGNED_WITH_PLATFORM_KEY); in appInfoPrivateFlags()
2205 if (aInfo.isSignedWithPlatformKey()) {
2233 if (ai.isSystemApp() || ai.isSignedWithPlatformKey()) {
420 || !pkg.applicationInfo.isSignedWithPlatformKey()) { in grantSignatureAppsNotificationPermissions()
3556 public boolean isSignedWithPlatformKey() {
4561 if (ai != null && ai.isSignedWithPlatformKey()) { in getMountModeInternal()
3699 || applicationInfo.isSignedWithPlatformKey(); in isCallerExemptFromReadableRestriction()
4349 HSPLandroid/content/pm/ApplicationInfo;->isSignedWithPlatformKey()Z
4352 HSPLandroid/content/pm/ApplicationInfo;->isSignedWithPlatformKey()Z
10986 Landroid/content/pm/ApplicationInfo;->isSignedWithPlatformKey()Z