Searched refs:isPrivilegedApp (Results 1 – 8 of 8) sorted by relevance
40 static boolean isPrivilegedApp(int callerUid, int callerPid) { in isPrivilegedApp() method in SenderFilter92 return isPrivilegedApp(callerUid, callerPid);100 return isPrivilegedApp(callerUid, callerPid) ||
63 if (ai.isPrivilegedApp() || (ai.isSystemApp() && !ai.isUpdatedSystemApp())) { in chooseDriver()
71 if (!packageInfo.applicationInfo.isPrivilegedApp() in testPrivAppPermissions()
295 if (pkg.applicationInfo.isPrivilegedApp()) in assignSeInfoValue()
1012 if (!pkg.isPrivilegedApp()) { in isSysComponentOrPersistentPlatformSignedPrivAppLPr()
1424 public boolean isPrivilegedApp() { in isPrivilegedApp() method in ApplicationInfo
6096 public boolean isPrivilegedApp() { in isPrivilegedApp() method in Package6097 return applicationInfo.isPrivilegedApp(); in isPrivilegedApp()
572 if (!app.isPrivilegedApp()) { in addDefaultRestrictBackgroundWhitelistUidsUL()