Searched refs:MAX_SUM_OF_AGGREGATE_VALUES_PER_SOURCE (Results 1 – 3 of 3) sorted by relevance
96 public static final int MAX_SUM_OF_AGGREGATE_VALUES_PER_SOURCE = 65536; field in PrivacyParams
1612 > PrivacyParams.MAX_SUM_OF_AGGREGATE_VALUES_PER_SOURCE) { in validateAndGetUpdatedAggregateContributions()1618 String.valueOf(PrivacyParams.MAX_SUM_OF_AGGREGATE_VALUES_PER_SOURCE), in validateAndGetUpdatedAggregateContributions()1623 > PrivacyParams.MAX_SUM_OF_AGGREGATE_VALUES_PER_SOURCE) { in validateAndGetUpdatedAggregateContributions()
7941 int excessiveAggregateValue = PrivacyParams.MAX_SUM_OF_AGGREGATE_VALUES_PER_SOURCE + 1; in testNullAggregateReports_triggerAggregateInsufficientBudget()