Searched refs:lowerMaxTotalHistogramEventCount (Results 1 – 2 of 2) sorted by relevance
124 int lowerMaxTotalHistogramEventCount, in insertHistogramEvent() argument130 Preconditions.checkArgument(lowerMaxTotalHistogramEventCount > 0); in insertHistogramEvent()134 absoluteMaxTotalHistogramEventCount > lowerMaxTotalHistogramEventCount); in insertHistogramEvent()145 currentTotalHistogramEventCount - lowerMaxTotalHistogramEventCount; in insertHistogramEvent()
56 int lowerMaxTotalHistogramEventCount, in AdCounterHistogramUpdaterImpl() argument64 Preconditions.checkArgument(lowerMaxTotalHistogramEventCount > 0); in AdCounterHistogramUpdaterImpl()68 absoluteMaxTotalHistogramEventCount > lowerMaxTotalHistogramEventCount); in AdCounterHistogramUpdaterImpl()75 mLowerMaxTotalHistogramEventCount = lowerMaxTotalHistogramEventCount; in AdCounterHistogramUpdaterImpl()