Searched refs:managedProfilesCount (Results 1 – 1 of 1) sorted by relevance
1418 final int managedProfilesCount = getProfiles(userId, true).size() - 1; in canAddMoreManagedProfiles() local1419 final int profilesRemovedCount = managedProfilesCount > 0 && allowedToRemoveOne ? 1 : 0; in canAddMoreManagedProfiles()1420 if (managedProfilesCount - profilesRemovedCount >= MAX_MANAGED_PROFILES) { in canAddMoreManagedProfiles()