D | RestrictedLockUtilsInternal.java | 103 return getProfileOwner(context, userRestriction, adminUserId); in checkIfRestrictionEnforced() 109 ? getProfileOwner(context, userRestriction, adminUserId) in checkIfRestrictionEnforced() 293 EnforcedAdmin admin = getProfileOwner(context, userId); in checkIfRemoteContactSearchDisallowed() 582 private static EnforcedAdmin getProfileOwner(Context context, int userId) { in getProfileOwner() method in RestrictedLockUtilsInternal 583 return getProfileOwner(context, null, userId); in getProfileOwner() 586 private static EnforcedAdmin getProfileOwner( in getProfileOwner() method in RestrictedLockUtilsInternal
|