Searched refs:maxDistinctDestinations (Results 1 – 2 of 2) sorted by relevance
663 int maxDistinctDestinations = in sourceIsWithinTimeBasedDestinationLimits() local666 boolean hitRateLimit = destinationCount + destinations.size() > maxDistinctDestinations; in sourceIsWithinTimeBasedDestinationLimits()724 int maxDistinctDestinations = in isDestinationWithinBounds() local726 if (destinationCount + destinations.size() > maxDistinctDestinations) { in isDestinationWithinBounds()734 source, String.valueOf(maxDistinctDestinations), dao); in isDestinationWithinBounds()
570 int maxDistinctDestinations = in fetchSource_tooManyWebDestinationInList_fails() local574 IntStream.range(0, maxDistinctDestinations + 1) in fetchSource_tooManyWebDestinationInList_fails()4045 int maxDistinctDestinations = in fetchWebSource_tooManyWebDestinationInList_fails() local4048 IntStream.range(0, maxDistinctDestinations + 1) in fetchWebSource_tooManyWebDestinationInList_fails()