Searched refs:lowerMaxPerBuyerHistogramEventCount (Results 1 – 2 of 2) sorted by relevance
126 int lowerMaxPerBuyerHistogramEventCount) in insertHistogramEvent() argument132 Preconditions.checkArgument(lowerMaxPerBuyerHistogramEventCount > 0); in insertHistogramEvent()136 absoluteMaxPerBuyerHistogramEventCount > lowerMaxPerBuyerHistogramEventCount); in insertHistogramEvent()153 currentPerBuyerHistogramEventCount - lowerMaxPerBuyerHistogramEventCount; in insertHistogramEvent()
58 int lowerMaxPerBuyerHistogramEventCount, in AdCounterHistogramUpdaterImpl() argument66 Preconditions.checkArgument(lowerMaxPerBuyerHistogramEventCount > 0); in AdCounterHistogramUpdaterImpl()70 absoluteMaxPerBuyerHistogramEventCount > lowerMaxPerBuyerHistogramEventCount); in AdCounterHistogramUpdaterImpl()77 mLowerMaxPerBuyerHistogramEventCount = lowerMaxPerBuyerHistogramEventCount; in AdCounterHistogramUpdaterImpl()