Searched refs:profilesRemovedCount (Results 1 – 1 of 1) sorted by relevance
3226 final int profilesRemovedCount = userTypeCount > 0 && allowedToRemoveOne ? 1 : 0; in getRemainingCreatableProfileCount() local3228 - profilesRemovedCount; in getRemainingCreatableProfileCount()3241 result = Math.min(result, maxUsersOfType - (userTypeCount - profilesRemovedCount)); in getRemainingCreatableProfileCount()3250 - (getNumberOfUsersOfType(userType) - profilesRemovedCount)); in getRemainingCreatableProfileCount()