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