Home
last modified time | relevance | path

Searched refs:getAttributionsPerRateLimitWindow (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java307 when(mMeasurementDao.getAttributionsPerRateLimitWindow( in shouldRejectBasedOnDedupKey()
349 when(mMeasurementDao.getAttributionsPerRateLimitWindow( in shouldRejectBasedOnDedupKey_dedupAlignFlagOff()
390 when(mMeasurementDao.getAttributionsPerRateLimitWindow( in shouldNotCreateEventReportAfterEventReportWindow()
438 when(mMeasurementDao.getAttributionsPerRateLimitWindow( in shouldNotCreateEventReportAfterEventReportWindow_secondTrigger()
506 when(mMeasurementDao.getAttributionsPerRateLimitWindow( in shouldNotCreateEventReportAfterEventReportWindow_prioritisedSource()
534 when(mMeasurementDao.getAttributionsPerRateLimitWindow(anyInt(), any(), any())) in shouldNotAddIfRateLimitExceeded_eventScopeOnly()
539 verify(mMeasurementDao).getAttributionsPerRateLimitWindow( in shouldNotAddIfRateLimitExceeded_eventScopeOnly()
541 verify(mMeasurementDao).getAttributionsPerRateLimitWindow( in shouldNotAddIfRateLimitExceeded_eventScopeOnly()
563 when(mMeasurementDao.getAttributionsPerRateLimitWindow( in shouldNotAddIfRateLimitExceeded_aggregateScopeOnly()
567 when(mMeasurementDao.getAttributionsPerRateLimitWindow( in shouldNotAddIfRateLimitExceeded_aggregateScopeOnly()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java435 long getAttributionsPerRateLimitWindow(@Attribution.Scope int scope, @NonNull Source source, in getAttributionsPerRateLimitWindow() method
DMeasurementDao.java1453 public long getAttributionsPerRateLimitWindow(@Attribution.Scope int scope, in getAttributionsPerRateLimitWindow() method in MeasurementDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java303 measurementDao.getAttributionsPerRateLimitWindow( in performAttribution()
307 measurementDao.getAttributionsPerRateLimitWindow( in performAttribution()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java4967 dao.getAttributionsPerRateLimitWindow( in getAttributionsPerRateLimitWindow_atTimeWindowScoped_countsAttribution()
4970 dao.getAttributionsPerRateLimitWindow( in getAttributionsPerRateLimitWindow_atTimeWindowScoped_countsAttribution()
5016 dao.getAttributionsPerRateLimitWindow( in getAttributionsPerRateLimitWindow_beyondTimeWindowScoped_countsAttribution()
5019 dao.getAttributionsPerRateLimitWindow( in getAttributionsPerRateLimitWindow_beyondTimeWindowScoped_countsAttribution()