Searched refs:managedProfilesCount (Results 1 – 1 of 1) sorted by relevance
1837 final int managedProfilesCount = getProfiles(userId, false).size() - 1; in canAddMoreManagedProfiles() local1838 final int profilesRemovedCount = managedProfilesCount > 0 && allowedToRemoveOne ? 1 : 0; in canAddMoreManagedProfiles()1839 if (managedProfilesCount - profilesRemovedCount >= getMaxManagedProfiles()) { in canAddMoreManagedProfiles()