Searched refs:maxUsersOfType (Results 1 – 1 of 1) sorted by relevance
2292 final int maxUsersOfType = getMaxUsersOfTypePerParent(type); in canAddMoreProfilesToUser() local2293 if (maxUsersOfType != UserTypeDetails.UNLIMITED_NUMBER_OF_USERS) { in canAddMoreProfilesToUser()2296 if (userTypeCount - profilesRemovedCount >= maxUsersOfType) { in canAddMoreProfilesToUser()5309 int maxUsersOfType = getMaxUsersOfTypePerParent(userType); in getFreeProfileBadgeLU() local5310 if (maxUsersOfType == UserTypeDetails.UNLIMITED_NUMBER_OF_USERS) { in getFreeProfileBadgeLU()5311 maxUsersOfType = Integer.MAX_VALUE; in getFreeProfileBadgeLU()5313 for (int i = 0; i < maxUsersOfType; i++) { in getFreeProfileBadgeLU()