Searched refs:markAggregateDebugReportDelivered (Results 1 – 4 of 4) sorted by relevance
488 .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()
393 void markAggregateDebugReportDelivered(String aggregateReportId) throws DatastoreException; in markAggregateDebugReportDelivered() method
1132 public void markAggregateDebugReportDelivered(String aggregateReportId) in markAggregateDebugReportDelivered() method in MeasurementDao
266 dao.markAggregateDebugReportDelivered(aggregateReportId); in performReport()