Searched refs:isCalledBySystemOrShell (Results 1 – 2 of 2) sorted by relevance
658 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 PackageInstallerService1156 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()
30062 PLcom/android/server/pm/PackageInstallerService;->isCalledBySystemOrShell(I)Z