Searched refs:getProfileOwner (Results 1 – 8 of 8) sorted by relevance
110 return getProfileOwner(context, userRestriction, adminUserId); in checkIfRestrictionEnforced()116 ? getProfileOwner(context, userRestriction, adminUserId) in checkIfRestrictionEnforced()299 EnforcedAdmin admin = getProfileOwner(context, userId); in checkIfRemoteContactSearchDisallowed()547 private static EnforcedAdmin getProfileOwner(Context context, int userId) { in getProfileOwner() method in RestrictedLockUtilsInternal548 return getProfileOwner(context, null, userId); in getProfileOwner()551 private static EnforcedAdmin getProfileOwner( in getProfileOwner() method in RestrictedLockUtilsInternal
60 DevicePolicyManager.class).getProfileOwner(); in getProfileOrDeviceOwner()
180 if (mService.getProfileOwner(userHandle.getIdentifier()) != null) { in buildNotification()
159 ComponentName getProfileOwner(int userHandle); in getProfileOwner() method
6997 ComponentName profileOwner = mService.getProfileOwner(myUserId()); in isProfileOwnerApp()7014 public @Nullable ComponentName getProfileOwner() throws IllegalArgumentException { in getProfileOwner() method in DevicePolicyManager
815 …method @Nullable public android.content.ComponentName getProfileOwner() throws java.lang.IllegalAr…
867 …method @Nullable public android.content.ComponentName getProfileOwner() throws java.lang.IllegalAr…
14244 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getProfileOwner(I)Landroid/content…