Searched refs:isActiveProfileOwner (Results 1 – 7 of 7) sorted by relevance
107 public abstract boolean isActiveProfileOwner(int uid); in isActiveProfileOwner() method in DevicePolicyManagerInternal
2242 && (dpmInternal.isActiveProfileOwner(callingUid) in hasObserverPermission()
3568 return dpmInternal.isActiveProfileOwner(uid) || dpmInternal.isActiveDeviceOwner(uid);
5830 || (mDpm != null && (mDpm.isActiveProfileOwner(uid)7791 if (mDpm != null && (mDpm.isActiveProfileOwner(ai.uid)
6072 return (dpmi != null) && (dpmi.isActiveProfileOwner(uid) || dpmi.isActiveDeviceOwner(uid));
15708 public boolean isActiveProfileOwner(int uid) { in isActiveProfileOwner() method in LocalService15774 && (isActiveProfileOwner(callerUid) in canSilentlyInstallPackage()
1407 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService$LocalService;->isActiveProfileOwner(…