Searched refs:userTypeCount (Results 1 – 1 of 1) sorted by relevance
3795 final int userTypeCount = getProfileIds(userId, userType, false, /* excludeHidden */ in getRemainingCreatableProfileCount() local3797 final int profilesRemovedCount = userTypeCount > 0 && allowedToRemoveOne ? 1 : 0; in getRemainingCreatableProfileCount()3812 result = Math.min(result, maxUsersOfType - (userTypeCount - profilesRemovedCount)); in getRemainingCreatableProfileCount()