Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DAggregateReportingJobHandlerTest.java695 when(mMeasurementDao.getPendingAggregateReportIdsByCoordinatorInWindow(1000, 1100)) in testPerformScheduledPendingReportsForMultipleReports()
731 when(mMeasurementDao.getPendingAggregateReportIdsByCoordinatorInWindow(1000, 1100)) in testPerformScheduledPendingReportsInWindow_noKeys()
779 when(mMeasurementDao.getPendingAggregateReportIdsByCoordinatorInWindow(1000, 1100)) in testPerformScheduledPendingReports_ThreadInterrupted()
819 when(mMeasurementDao.getPendingAggregateReportIdsByCoordinatorInWindow(1000, 1100)) in testPerformScheduledPendingReports_LogZeroRetryCount()
854 when(mMeasurementDao.getPendingAggregateReportIdsByCoordinatorInWindow(1000, 1100)) in testPerformScheduledPendingReports_LogReportNotFound()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java487 Map<String, List<String>> getPendingAggregateReportIdsByCoordinatorInWindow( in getPendingAggregateReportIdsByCoordinatorInWindow() method
DMeasurementDao.java2718 public Map<String, List<String>> getPendingAggregateReportIdsByCoordinatorInWindow(
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DAggregateReportingJobHandler.java135 return dao.getPendingAggregateReportIdsByCoordinatorInWindow( in performScheduledPendingReportsInWindow()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java9033 public void getPendingAggregateReportIdsByCoordinatorInWindow() { in getPendingAggregateReportIdsByCoordinatorInWindow() method in MeasurementDaoTest
9057 dao.getPendingAggregateReportIdsByCoordinatorInWindow( in getPendingAggregateReportIdsByCoordinatorInWindow()
9117 return dao.getPendingAggregateReportIdsByCoordinatorInWindow( in getPendingAggregateReportIdsByCoordinatorInWindowWithRetryLimit()
9144 return dao.getPendingAggregateReportIdsByCoordinatorInWindow( in getPendingAggregateReportIdsByCoordinatorInWindowWithRetryLimit()
9191 dao.getPendingAggregateReportIdsByCoordinatorInWindow( in getPendingAggregateDebugReportIdsByCoordinator()