Searched refs:absoluteMaxTotalHistogramEventCount (Results 1 – 2 of 2) sorted by relevance
123 int absoluteMaxTotalHistogramEventCount, in insertHistogramEvent() argument129 Preconditions.checkArgument(absoluteMaxTotalHistogramEventCount > 0); in insertHistogramEvent()134 absoluteMaxTotalHistogramEventCount > lowerMaxTotalHistogramEventCount); in insertHistogramEvent()143 if (currentTotalHistogramEventCount >= absoluteMaxTotalHistogramEventCount) { in insertHistogramEvent()
55 int absoluteMaxTotalHistogramEventCount, in AdCounterHistogramUpdaterImpl() argument63 Preconditions.checkArgument(absoluteMaxTotalHistogramEventCount > 0); in AdCounterHistogramUpdaterImpl()68 absoluteMaxTotalHistogramEventCount > lowerMaxTotalHistogramEventCount); in AdCounterHistogramUpdaterImpl()74 mAbsoluteMaxTotalHistogramEventCount = absoluteMaxTotalHistogramEventCount; in AdCounterHistogramUpdaterImpl()