Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationUtils.java165 boolean isPrivilegedApp = in isSystemPrivilegedOrPlatformKeyInner()
166 (!checkForPrivilegedApp) || packageInfo.applicationInfo.isPrivilegedApp(); in isSystemPrivilegedOrPlatformKeyInner()
170 && isPrivilegedApp)); in isSystemPrivilegedOrPlatformKeyInner()
/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/
DNotificationUtilsTest.java235 boolean isPrivilegedApp) throws PackageManager.NameNotFoundException { in setApplicationInfo() argument
248 if (isPrivilegedApp) { in setApplicationInfo()
DCarHeadsUpNotificationManagerTest.java447 when(applicationInfo.isPrivilegedApp()).thenReturn(isSystem); in setPackageInfo()
DPreprocessingManagerTest.java148 when(applicationInfo.isPrivilegedApp()).thenReturn(true); in setup()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/toast/
DCarToastUI.java96 && packageInfo.applicationInfo.isPrivilegedApp())); in isSystemPrivilegedOrPlatformKey()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/toast/
DCarToastUITest.java227 when(applicationInfo.isPrivilegedApp()).thenReturn(isPrivileged); in setupPackageInfo()
/packages/apps/TimeZoneUpdater/src/main/com/android/timezone/updater/
DRulesCheckReceiver.java171 return applicationInfo.isPrivilegedApp() && !applicationInfo.isUpdatedSystemApp(); in shouldUninstallCurrentInstall()