Searched refs:isSystemOrRootOrShell (Results 1 – 5 of 5) sorted by relevance
771 if (PackageManagerServiceUtils.isSystemOrRootOrShell(callingUid)782 && !PackageManagerServiceUtils.isSystemOrRootOrShell(callingUid)790 && !PackageManagerServiceUtils.isSystemOrRootOrShell(callingUid)797 if (params.isStaged && !PackageManagerServiceUtils.isSystemOrRootOrShell(callingUid)) {803 if (isApex && !PackageManagerServiceUtils.isSystemOrRootOrShell(callingUid)) {1358 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(callingUid)) {1447 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(Binder.getCallingUid())) {1455 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(Binder.getCallingUid())) {1463 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(Binder.getCallingUid())) {1474 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(Binder.getCallingUid())) {[all …]
1358 if (!isSystemOrRootOrShell()) { in enforceSystemOrRootOrShell()1366 public static boolean isSystemOrRootOrShell() { in isSystemOrRootOrShell() method1367 return isSystemOrRootOrShell(Binder.getCallingUid()); in isSystemOrRootOrShell()1373 public static boolean isSystemOrRootOrShell(int uid) { in isSystemOrRootOrShell() method
60 import static com.android.server.pm.PackageManagerServiceUtils.isSystemOrRootOrShell;1861 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(callingAppId)) { in resolveInternalPackageNameInternalLocked()2038 if (PackageManagerServiceUtils.isSystemOrRootOrShell(appId)) { in filterStaticSharedLibPackage()2094 if (PackageManagerServiceUtils.isSystemOrRootOrShell(appId)) { in filterSdkLibPackage()2455 && !isSystemOrRootOrShell(callingUid) in shouldFilterApplication()2555 if (isSystemOrRootOrShell(callingUid)) { in shouldFilterApplicationIncludingUninstalled()
628 if (!PackageManagerServiceUtils.isSystemOrRootOrShell() in performDexOptMode()
6470 HSPLcom/android/server/pm/PackageManagerServiceUtils;->isSystemOrRootOrShell(I)Z