Home
last modified time | relevance | path

Searched refs:getPendingAggregateDebugReportIdsByCoordinator (Results 1 – 4 of 4) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java491 Map<String, List<String>> getPendingAggregateDebugReportIdsByCoordinator() in getPendingAggregateDebugReportIdsByCoordinator() method
DMeasurementDao.java2761 public Map<String, List<String>> getPendingAggregateDebugReportIdsByCoordinator()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DAggregateReportingJobHandler.java133 return dao.getPendingAggregateDebugReportIdsByCoordinator(); in performScheduledPendingReportsInWindow()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java9167 public void getPendingAggregateDebugReportIdsByCoordinator() { in getPendingAggregateDebugReportIdsByCoordinator() method in MeasurementDaoTest
9254 (dao) -> dao.getPendingAggregateDebugReportIdsByCoordinator()); in getPendingAggregateDebugReportIdsByCoordinatorWithRetryLimit()
9265 return dao.getPendingAggregateDebugReportIdsByCoordinator(); in getPendingAggregateDebugReportIdsByCoordinatorWithRetryLimit()