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