Home
last modified time | relevance | path

Searched defs:isSignedWithPlatformKey (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/toast/
H A DCarToastUITest.java224 boolean isSignedWithPlatformKey) in setupPackageInfo()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationUtils.java97 public static boolean isSignedWithPlatformKey(Context context, in isSignedWithPlatformKey() method in NotificationUtils
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
H A DCarHeadsUpNotificationManagerTest.java444 boolean isSignedWithPlatformKey) throws PackageManager.NameNotFoundException { in setPackageInfo()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPkgAppInfo.java411 boolean isSignedWithPlatformKey(); in isSignedWithPlatformKey() method
H A DPackageImpl.java686 public boolean isSignedWithPlatformKey() { in isSignedWithPlatformKey() method in PackageImpl
/aosp12/frameworks/base/core/java/android/content/pm/
H A DApplicationInfo.java2366 public boolean isSignedWithPlatformKey() { in isSignedWithPlatformKey() method in ApplicationInfo
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java742 private boolean isSignedWithPlatformKey(int uid) { in isSignedWithPlatformKey() method in WifiServiceImpl