Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4130 if (!isCallerWithSystemUid()) { in isSeparateProfileChallengeAllowed()
4880 if (!isCallerWithSystemUid()) { in getCurrentFailedPasswordAttempts()
5963 if (!isCallerWithSystemUid()) { in choosePrivateKeyAlias()
8599 if (!isCallerWithSystemUid()) { in enforceCanSetProfileOwnerLocked()
8683 if (!(isCallerWithSystemUid() || callingUid == Process.ROOT_UID)) { in enforceManageUsers()
8699 if (!(isCallerWithSystemUid() || mInjector.binderGetCallingUid() == Process.ROOT_UID)) { in enforceSystemUserOrPermission()
8745 Preconditions.checkState(isCallerWithSystemUid(), in enforceProfileOwnerOrSystemUser()
8797 Preconditions.checkState(isCallerWithSystemUid(), in ensureCallerPackage()
8812 private boolean isCallerWithSystemUid() { in isCallerWithSystemUid() method
9111 if (!isCallerWithSystemUid()) { in getRestrictionsProvider()
[all …]