/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/ |
H A D | NotificationUtils.java | 97 public static boolean isSignedWithPlatformKey(Context context, in isSignedWithPlatformKey() method in NotificationUtils 102 return packageInfo.applicationInfo.isSignedWithPlatformKey(); in isSignedWithPlatformKey() 168 return (packageInfo.applicationInfo.isSignedWithPlatformKey() || in isSystemPrivilegedOrPlatformKeyInner()
|
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/toast/ |
H A D | CarToastUITest.java | 224 boolean isSignedWithPlatformKey) in setupPackageInfo() argument 229 when(applicationInfo.isSignedWithPlatformKey()).thenReturn(isSignedWithPlatformKey); in setupPackageInfo()
|
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/template/ |
H A D | CarNotificationBaseViewHolder.java | 246 boolean isSignedWithPlatformKey = NotificationUtils.isSignedWithPlatformKey(mContext, in canChangeCardBackgroundColor() 250 return isSystemApp || isNavigationCategory || isSignedWithPlatformKey; in canChangeCardBackgroundColor()
|
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/ |
H A D | NotificationUtilsTest.java | 174 assertThat(NotificationUtils.isSignedWithPlatformKey(mContext, in onIsSignedWithPlatformKey_isSignedWithPlatformKey_returnsTrue() 185 assertThat(NotificationUtils.isSignedWithPlatformKey(mContext, in onIsSignedWithPlatformKey_isNotSignedWithPlatformKey_returnsFalse()
|
H A D | CarHeadsUpNotificationManagerTest.java | 444 boolean isSignedWithPlatformKey) throws PackageManager.NameNotFoundException { in setPackageInfo() argument 450 when(applicationInfo.isSignedWithPlatformKey()).thenReturn(isSignedWithPlatformKey); in setPackageInfo()
|
H A D | PreprocessingManagerTest.java | 178 when(applicationInfo.isSignedWithPlatformKey()).thenReturn(true); in setup()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/ |
H A D | PkgAppInfo.java | 411 boolean isSignedWithPlatformKey(); in isSignedWithPlatformKey() method
|
H A D | AndroidPackageUtils.java | 214 if (pkg.isSignedWithPlatformKey()) { in getHiddenApiEnforcementPolicy()
|
H A D | PackageImpl.java | 686 public boolean isSignedWithPlatformKey() { in isSignedWithPlatformKey() method in PackageImpl
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/toast/ |
H A D | CarToastUI.java | 94 return (applicationInfo.isSignedWithPlatformKey() || ( in isSystemPrivilegedOrPlatformKey()
|
/aosp12/frameworks/base/services/core/java/com/android/server/om/ |
H A D | IdmapManager.java | 170 return !(overlayPackage.isSystem() || overlayPackage.isSignedWithPlatformKey()); in enforceOverlayable()
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | ApplicationInfo.java | 2224 if (isSignedWithPlatformKey()) { in isAllowedToUseHiddenApis() 2366 public boolean isSignedWithPlatformKey() { in isSignedWithPlatformKey() method in ApplicationInfo
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/ |
H A D | PackageInfoUtils.java | 497 … | flag(pkg.isSignedWithPlatformKey(), ApplicationInfo.PRIVATE_FLAG_SIGNED_WITH_PLATFORM_KEY); in appInfoPrivateFlags()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityClientController.java | 624 if (callingPkg.isSignedWithPlatformKey()) { in canGetLaunchedFrom()
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsState.java | 1533 if (aInfo.isSignedWithPlatformKey()) { in isSystemPackage()
|
H A D | SettingsProvider.java | 2100 if (ai.isSystemApp() || ai.isSignedWithPlatformKey()) {
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | WifiServiceImpl.java | 738 || isSignedWithPlatformKey(uid); in isPrivileged() 742 private boolean isSignedWithPlatformKey(int uid) { in isSignedWithPlatformKey() method in WifiServiceImpl
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | StorageManagerService.java | 4405 if (ai != null && ai.isSignedWithPlatformKey()) { in getMountModeInternal()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 3121 || applicationInfo.isSignedWithPlatformKey(); in isCallerExemptFromReadableRestriction()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 4447 HSPLandroid/content/pm/ApplicationInfo;->isSignedWithPlatformKey()Z
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 4445 HSPLandroid/content/pm/ApplicationInfo;->isSignedWithPlatformKey()Z
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 13864 Landroid/content/pm/ApplicationInfo;->isSignedWithPlatformKey()Z
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 34007 HSPLcom/android/server/pm/parsing/pkg/PackageImpl;->isSignedWithPlatformKey()Z
|