Searched refs:isSameProfileGroupNoChecks (Results 1 – 2 of 2) sorted by relevance
771 return isSameProfileGroupNoChecks(userId, otherUserId); in isSameProfileGroup()774 private boolean isSameProfileGroupNoChecks(int userId, int otherUserId) { in isSameProfileGroupNoChecks() method in UserManagerService1184 if (callingUserId == userId || isSameProfileGroupNoChecks(callingUserId, userId) || in checkManageOrInteractPermIfCallerInOtherProfileGroup()
11815 HSPLcom/android/server/pm/UserManagerService;->isSameProfileGroupNoChecks(II)Z