Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/reporting/
DAggregateReportingJobHandlerTest.java488 .markAggregateDebugReportDelivered(aggregateReport.getId()); in testSendReportForPendingDebugReportSuccess()
496 verify(mMeasurementDao, times(1)).markAggregateDebugReportDelivered(any()); in testSendReportForPendingDebugReportSuccess()
1251 .markAggregateDebugReportDelivered(eq(aggregateReport.getId())); in performReport_debugReportWithDebugKeys_hasDebugModeEnabled()
1265 .markAggregateDebugReportDelivered(eq(aggregateReport.getId())); in performReport_debugReportWithOnlySourceDebugKey_hasDebugModeNull()
1290 .markAggregateDebugReportDelivered(eq(aggregateReport.getId())); in performReport_debugReportWithNoDebugKey_hasDebugModeNull()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DIMeasurementDao.java393 void markAggregateDebugReportDelivered(String aggregateReportId) throws DatastoreException; in markAggregateDebugReportDelivered() method
DMeasurementDao.java1132 public void markAggregateDebugReportDelivered(String aggregateReportId) in markAggregateDebugReportDelivered() method in MeasurementDao
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DAggregateReportingJobHandler.java266 dao.markAggregateDebugReportDelivered(aggregateReportId); in performReport()