Home
last modified time | relevance | path

Searched refs:isCalledBySystemOrShell (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerService.java658 if (Build.IS_DEBUGGABLE || isCalledBySystemOrShell(callingUid)) { in createSessionInternal()
696 if (isCalledBySystemOrShell(callingUid) || mBypassNextAllowedApexUpdateCheck) { in createSessionInternal()
706 && !isCalledBySystemOrShell(callingUid) in createSessionInternal()
712 if (params.isStaged && !isCalledBySystemOrShell(callingUid)) { in createSessionInternal()
718 if (isApex && !isCalledBySystemOrShell(callingUid)) { in createSessionInternal()
844 private boolean isCalledBySystemOrShell(int callingUid) { in isCalledBySystemOrShell() method in PackageInstallerService
1156 if (!isCalledBySystemOrShell(Binder.getCallingUid())) { in bypassNextStagedInstallerCheck()
1164 if (!isCalledBySystemOrShell(Binder.getCallingUid())) { in bypassNextAllowedApexUpdateCheck()
1175 if (!isCalledBySystemOrShell(Binder.getCallingUid())) { in setAllowUnlimitedSilentUpdates()
1186 if (!isCalledBySystemOrShell(Binder.getCallingUid())) { in setSilentUpdatesThrottleTime()
/aosp12/frameworks/base/services/
H A Dart-profile30062 PLcom/android/server/pm/PackageInstallerService;->isCalledBySystemOrShell(I)Z