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()564 private static EnforcedAdmin getProfileOwner(Context context, int userId) { in getProfileOwner() method in RestrictedLockUtilsInternal565 return getProfileOwner(context, null, userId); in getProfileOwner()568 private static EnforcedAdmin getProfileOwner( in getProfileOwner() method in RestrictedLockUtilsInternal
60 DevicePolicyManager.class).getProfileOwner(); in getProfileOrDeviceOwner()
185 if (mService.getProfileOwner(userHandle.getIdentifier()) != null) { in buildNotification()
4125 ComponentName profileOwner = getProfileOwner(userHandle); in isSeparateProfileChallengeAllowed()5953 ComponentName aliasChooser = getProfileOwner(caller.getIdentifier()); in choosePrivateKeyAlias()7894 final ComponentName profileOwner = getProfileOwner(userId); in isProfileOwner()8410 return getProfileOwner(userHandle); in getProfileOwnerAsUser()8414 public ComponentName getProfileOwner(int userHandle) { in getProfileOwner() method8449 ComponentName profileOwner = getProfileOwner(userHandle); in getProfileOwnerName()8765 final ComponentName profileOwner = getProfileOwner(userId); in canUserUseLockTaskLocked()11993 if (getProfileOwner(callingUserId) != null) { in checkManagedProfileProvisioningPreCondition()12616 final ComponentName profileOwner = getProfileOwner(userId); in isUserAffiliatedWithDeviceLocked()12802 final ComponentName profileOwner = getProfileOwner(userId); in uninstallPackageWithActiveAdmins()
152 ComponentName getProfileOwner(int userHandle); in getProfileOwner() method
6364 ComponentName profileOwner = mService.getProfileOwner(myUserId()); in isProfileOwnerApp()6381 public @Nullable ComponentName getProfileOwner() throws IllegalArgumentException { in getProfileOwner() method in DevicePolicyManager
674 …method @Nullable public android.content.ComponentName getProfileOwner() throws java.lang.IllegalAr…
6284 HSPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getProfileOwner(I)Landroid/content…