Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/attribution/
DAttributionJobHandlerTest.java4293 when(mMeasurementDao.getNumAggregateReportsPerDestination(
4372 when(mMeasurementDao.getNumAggregateReportsPerDestination(
4443 when(mMeasurementDao.getNumAggregateReportsPerDestination(
4630 when(mMeasurementDao.getNumAggregateReportsPerDestination(
4694 when(mMeasurementDao.getNumAggregateReportsPerDestination(
4758 when(mMeasurementDao.getNumAggregateReportsPerDestination(
5151 when(mMeasurementDao.getNumAggregateReportsPerDestination(
5240 when(mMeasurementDao.getNumAggregateReportsPerDestination(
5371 when(mMeasurementDao.getNumAggregateReportsPerDestination(
5545 when(mMeasurementDao.getNumAggregateReportsPerDestination(
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java121 int getNumAggregateReportsPerDestination( in getNumAggregateReportsPerDestination() method
DMeasurementDao.java561 public int getNumAggregateReportsPerDestination( in getNumAggregateReportsPerDestination() method in MeasurementDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionJobHandler.java425 measurementDao.getNumAggregateReportsPerDestination( in maybeGenerateAggregateReport()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java11186 .getNumAggregateReportsPerDestination( in assertAggregateReportCount()