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.java4574 if (!isCallerWithSystemUid()) { in getCurrentFailedPasswordAttempts()
5528 if (!isCallerWithSystemUid()) { in choosePrivateKeyAlias()
7856 if ((mIsWatch || hasUserSetupCompleted(userHandle)) && !isCallerWithSystemUid()) { in enforceCanSetProfileOwnerLocked()
7921 if (!(isCallerWithSystemUid() || callingUid == Process.ROOT_UID)) { in enforceManageUsers()
7937 if (!(isCallerWithSystemUid() || mInjector.binderGetCallingUid() == Process.ROOT_UID)) { in enforceSystemUserOrPermission()
7983 Preconditions.checkState(isCallerWithSystemUid(), in enforceProfileOwnerOrSystemUser()
8035 Preconditions.checkState(isCallerWithSystemUid(), in ensureCallerPackage()
8050 private boolean isCallerWithSystemUid() { in isCallerWithSystemUid() method in DevicePolicyManagerService
8334 if (!isCallerWithSystemUid()) { in getRestrictionsProvider()
8576 if (!isCallerWithSystemUid()){ in isAccessibilityServicePermittedByAdmin()
[all …]