Searched refs:markEventDebugReportDelivered (Results 1 – 4 of 4) sorted by relevance
245 dao.markEventDebugReportDelivered(eventReportId); in performReport()
377 void markEventDebugReportDelivered(String eventReportId) throws DatastoreException; in markEventDebugReportDelivered() method
1113 public void markEventDebugReportDelivered(String eventReportId) throws DatastoreException { in markEventDebugReportDelivered() method in MeasurementDao
250 doNothing().when(mMeasurementDao).markEventDebugReportDelivered(eventReport.getId()); in testSendReportForPendingDebugReportSuccess()257 verify(mMeasurementDao, times(1)).markEventDebugReportDelivered(any()); in testSendReportForPendingDebugReportSuccess()