Searched refs:userTypeCount (Results 1 – 1 of 1) sorted by relevance
3225 final int userTypeCount = getProfileIds(userId, userType, false).length; in getRemainingCreatableProfileCount() local3226 final int profilesRemovedCount = userTypeCount > 0 && allowedToRemoveOne ? 1 : 0; in getRemainingCreatableProfileCount()3241 result = Math.min(result, maxUsersOfType - (userTypeCount - profilesRemovedCount)); in getRemainingCreatableProfileCount()