Searched refs:isSameProfileGroupNoChecks (Results 1 – 2 of 2) sorted by relevance
909 return isSameProfileGroupNoChecks(userId, otherUserId); in isSameProfileGroup()912 private boolean isSameProfileGroupNoChecks(@UserIdInt int userId, int otherUserId) { in isSameProfileGroupNoChecks() method in UserManagerService1070 if (!isSameProfileGroupNoChecks(UserHandle.getUserId(callingUid), targetUserId)) { in ensureCanModifyQuietMode()1502 if (callingUserId == userId || isSameProfileGroupNoChecks(callingUserId, userId) || in checkManageOrInteractPermissionIfCallerInOtherProfileGroup()
26591 HSPLcom/android/server/pm/UserManagerService;->isSameProfileGroupNoChecks(II)Z