Home
last modified time | relevance | path

Searched refs:isPrivilegedApp (Results 1 – 10 of 10) sorted by relevance

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java182 boolean isPrivilegedApp = in isSystemPrivilegedOrPlatformKeyInner()
183 (!checkForPrivilegedApp) || packageInfo.applicationInfo.isPrivilegedApp(); in isSystemPrivilegedOrPlatformKeyInner()
187 && isPrivilegedApp)); in isSystemPrivilegedOrPlatformKeyInner()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationUtilsTest.java295 boolean isPrivilegedApp) throws PackageManager.NameNotFoundException { in setApplicationInfo() argument
308 if (isPrivilegedApp) { in setApplicationInfo()
DCarHeadsUpNotificationManagerTest.java510 when(applicationInfo.isPrivilegedApp()).thenReturn(isSystem); in setPackageInfo()
DPreprocessingManagerTest.java179 when(applicationInfo.isPrivilegedApp()).thenReturn(true); in setup()
/packages/modules/DeviceLock/service/java/com/android/server/devicelock/
DDeviceLockControllerPackageUtils.java108 if (!resultServiceInfo.applicationInfo.isPrivilegedApp()) { in findServiceInternal()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/toast/
DCarToastUI.java100 && applicationInfo.isPrivilegedApp())); in isSystemPrivilegedOrPlatformKey()
/packages/modules/Permission/tests/cts/permissionpolicy/src/android/permissionpolicy/cts/
DPrivappPermissionsTest.java108 if (!pkg.applicationInfo.isPrivilegedApp() in privappPermissionsNeedToBeWhitelisted()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/toast/
DCarToastUITest.java231 when(applicationInfo.isPrivilegedApp()).thenReturn(isPrivileged); in setupPackageInfo()
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbSessionManager.java2787 private boolean isPrivilegedApp(int uid, String packageName) { in isPrivilegedApp() method in UwbSessionManager.UwbSession
2804 if (!isPrivilegedApp(uid, packageName)) { in getAnyNonPrivilegedAppInAttributionSourceInternal()
/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java4196 || info.applicationInfo.isPrivilegedApp())) { in sendPreferredPaymentChangedEvent()