Searched defs:isCallerWithSystemUid (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java4126 if (!isCallerWithSystemUid()) {
4893 if (!isCallerWithSystemUid()) {
7151 if ((mIsWatch || hasUserSetupCompleted(userHandle)) && !isCallerWithSystemUid()) {
7216 if (!(isCallerWithSystemUid() || callingUid == Process.ROOT_UID)) {
7232 if (!(isCallerWithSystemUid() || mInjector.binderGetCallingUid() == Process.ROOT_UID)) {
7278 Preconditions.checkState(isCallerWithSystemUid(),
7299 Preconditions.checkState(isCallerWithSystemUid(),
7314 private boolean isCallerWithSystemUid() { method in class:DevicePolicyManagerService
7587 if (!isCallerWithSystemUid()) {
7828 if (!isCallerWithSystemUid()){
[all...]

Completed in 43 milliseconds