Home
last modified time | relevance | path

Searched refs:lowerMaxPerBuyerHistogramEventCount (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/adselection/
DFrequencyCapDao.java126 int lowerMaxPerBuyerHistogramEventCount) in insertHistogramEvent() argument
132 Preconditions.checkArgument(lowerMaxPerBuyerHistogramEventCount > 0); in insertHistogramEvent()
136 absoluteMaxPerBuyerHistogramEventCount > lowerMaxPerBuyerHistogramEventCount); in insertHistogramEvent()
153 currentPerBuyerHistogramEventCount - lowerMaxPerBuyerHistogramEventCount; in insertHistogramEvent()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAdCounterHistogramUpdaterImpl.java58 int lowerMaxPerBuyerHistogramEventCount, in AdCounterHistogramUpdaterImpl() argument
66 Preconditions.checkArgument(lowerMaxPerBuyerHistogramEventCount > 0); in AdCounterHistogramUpdaterImpl()
70 absoluteMaxPerBuyerHistogramEventCount > lowerMaxPerBuyerHistogramEventCount); in AdCounterHistogramUpdaterImpl()
77 mLowerMaxPerBuyerHistogramEventCount = lowerMaxPerBuyerHistogramEventCount; in AdCounterHistogramUpdaterImpl()