Searched refs:isCallerWithSystemUid (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java3687 if (!isCallerWithSystemUid()) {
4406 if (!isCallerWithSystemUid()) {
6222 if (hasUserSetupCompleted(userHandle) && !isCallerWithSystemUid()) {
6276 if (!(isCallerWithSystemUid() || callingUid == Process.ROOT_UID)) {
6299 if (!(isCallerWithSystemUid() || callingUid == Process.ROOT_UID)) {
6319 Preconditions.checkState(isCallerWithSystemUid(),
6334 private boolean isCallerWithSystemUid() { method in class:DevicePolicyManagerService
6644 if (!isCallerWithSystemUid()) {
6884 if (!isCallerWithSystemUid()){
7056 if (!isCallerWithSystemUid()) {
[all...]

Completed in 114 milliseconds