Searched refs:maxUsersOfType (Results 1 – 1 of 1) sorted by relevance
2415 final int maxUsersOfType = getMaxUsersOfTypePerParent(type); in canAddMoreProfilesToUser() local2416 if (maxUsersOfType != UserTypeDetails.UNLIMITED_NUMBER_OF_USERS) { in canAddMoreProfilesToUser()2419 if (userTypeCount - profilesRemovedCount >= maxUsersOfType) { in canAddMoreProfilesToUser()5850 int maxUsersOfType = getMaxUsersOfTypePerParent(userType); in getFreeProfileBadgeLU() local5851 if (maxUsersOfType == UserTypeDetails.UNLIMITED_NUMBER_OF_USERS) { in getFreeProfileBadgeLU()5852 maxUsersOfType = Integer.MAX_VALUE; in getFreeProfileBadgeLU()5854 for (int i = 0; i < maxUsersOfType; i++) { in getFreeProfileBadgeLU()