Searched refs:isPrivilegedApp (Results 1 – 10 of 10) sorted by relevance
182 boolean isPrivilegedApp = in isSystemPrivilegedOrPlatformKeyInner()183 (!checkForPrivilegedApp) || packageInfo.applicationInfo.isPrivilegedApp(); in isSystemPrivilegedOrPlatformKeyInner()187 && isPrivilegedApp)); in isSystemPrivilegedOrPlatformKeyInner()
295 boolean isPrivilegedApp) throws PackageManager.NameNotFoundException { in setApplicationInfo() argument308 if (isPrivilegedApp) { in setApplicationInfo()
510 when(applicationInfo.isPrivilegedApp()).thenReturn(isSystem); in setPackageInfo()
179 when(applicationInfo.isPrivilegedApp()).thenReturn(true); in setup()
108 if (!resultServiceInfo.applicationInfo.isPrivilegedApp()) { in findServiceInternal()
100 && applicationInfo.isPrivilegedApp())); in isSystemPrivilegedOrPlatformKey()
108 if (!pkg.applicationInfo.isPrivilegedApp() in privappPermissionsNeedToBeWhitelisted()
231 when(applicationInfo.isPrivilegedApp()).thenReturn(isPrivileged); in setupPackageInfo()
2787 private boolean isPrivilegedApp(int uid, String packageName) { in isPrivilegedApp() method in UwbSessionManager.UwbSession2804 if (!isPrivilegedApp(uid, packageName)) { in getAnyNonPrivilegedAppInAttributionSourceInternal()
4196 || info.applicationInfo.isPrivilegedApp())) { in sendPreferredPaymentChangedEvent()