Searched refs:isSameProfileGroupNoChecks (Results 1 – 2 of 2) sorted by relevance
1590 return isSameProfileGroupNoChecks(userId, otherUserId); in isSameProfileGroup()1597 private boolean isSameProfileGroupNoChecks(@UserIdInt int userId, int otherUserId) { in isSameProfileGroupNoChecks() method in UserManagerService1855 if (!isSameProfileGroupNoChecks(UserHandle.getUserId(callingUid), targetUserId)) { in ensureCanModifyQuietMode()2623 if (callingUserId == userId || isSameProfileGroupNoChecks(callingUserId, userId)) { in checkManageOrInteractPermissionIfCallerInOtherProfileGroup()2651 if (callingUserId == userId || isSameProfileGroupNoChecks(callingUserId, userId)) { in checkQueryOrInteractPermissionIfCallerInOtherProfileGroup()2680 if (callingUserId == userId || isSameProfileGroupNoChecks(callingUserId, userId)) { in checkQueryOrCreateUsersPermissionIfCallerInOtherProfileGroup()
2710 HSPLcom/android/server/pm/UserManagerService;->isSameProfileGroupNoChecks(II)Z+]Lcom/android/server…