Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DDebugReportingJobHandlerTest.java194 when(mMeasurementDao.getDebugReportIds()) in testPerformScheduledReportsForMultipleReports()
225 when(mMeasurementDao.getDebugReportIds()) in testPerformScheduledReports_ThreadInterrupted()
258 when(mMeasurementDao.getDebugReportIds()).thenReturn(List.of(debugReport1.getId())); in testPerformScheduledReports_LogZeroRetryCount()
296 when(mMeasurementDao.getDebugReportIds()).thenReturn(List.of(debugReport1.getId())); in testPerformScheduledReports_LogReportNotFound()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DDebugReportingJobHandler.java88 mDatastoreManager.runInTransactionWithResult(IMeasurementDao::getDebugReportIds); in performScheduledPendingReports()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java495 List<String> getDebugReportIds() throws DatastoreException; in getDebugReportIds() method
DMeasurementDao.java2745 public List<String> getDebugReportIds() throws DatastoreException {
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/data/measurement/
DMeasurementDaoTest.java5259 measurementDao.getDebugReportIds()))); in testGetDebugReportIds()
5292 measurementDao.getDebugReportIds()))); in testGetDebugReportIdsWithRetryLimit()
5299 assertTrue(measurementDao.getDebugReportIds().isEmpty()); in testGetDebugReportIdsWithRetryLimit()