Home
last modified time | relevance | path

Searched refs:isSystemOrRootOrShell (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java834 if (PackageManagerServiceUtils.isSystemOrRootOrShell(callingUid)
845 && !PackageManagerServiceUtils.isSystemOrRootOrShell(callingUid)
866 && !PackageManagerServiceUtils.isSystemOrRootOrShell(callingUid)
873 if (params.isStaged && !PackageManagerServiceUtils.isSystemOrRootOrShell(callingUid)) {
879 if (isApex && !PackageManagerServiceUtils.isSystemOrRootOrShell(callingUid)) {
1545 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(callingUid)) {
1635 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(Binder.getCallingUid())) {
1643 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(Binder.getCallingUid())) {
1651 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(Binder.getCallingUid())) {
1662 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(Binder.getCallingUid())) {
[all …]
DPackageManagerServiceUtils.java1282 if (!isSystemOrRootOrShell()) { in enforceSystemOrRootOrShell()
1290 public static boolean isSystemOrRootOrShell() { in isSystemOrRootOrShell() method
1291 return isSystemOrRootOrShell(Binder.getCallingUid()); in isSystemOrRootOrShell()
1297 public static boolean isSystemOrRootOrShell(int uid) { in isSystemOrRootOrShell() method
DPackageArchiver.java220 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(binderUid)) { in requestArchive()
762 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(binderUid)) { in requestUnarchive()
DDexOptHelper.java257 if (!PackageManagerServiceUtils.isSystemOrRootOrShell() in performDexOptMode()
DComputerEngine.java62 import static com.android.server.pm.PackageManagerServiceUtils.isSystemOrRootOrShell;
1914 if (!PackageManagerServiceUtils.isSystemOrRootOrShell(callingAppId)) { in resolveInternalPackageNameInternalLocked()
2091 if (PackageManagerServiceUtils.isSystemOrRootOrShell(appId)) { in filterStaticSharedLibPackage()
2147 if (PackageManagerServiceUtils.isSystemOrRootOrShell(appId)) { in filterSdkLibPackage()
2535 && !isSystemOrRootOrShell(callingUid) in shouldFilterApplication()
2667 if (isSystemOrRootOrShell(callingUid)) { in shouldFilterApplicationIncludingUninstalled()
/frameworks/base/services/
Dart-wear-profile18939 HSPLcom/android/server/pm/PackageManagerServiceUtils;->isSystemOrRootOrShell(I)Z