Searched refs:getDebugReportIds (Results 1 – 5 of 5) sorted by relevance
194 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()
88 mDatastoreManager.runInTransactionWithResult(IMeasurementDao::getDebugReportIds); in performScheduledPendingReports()
495 List<String> getDebugReportIds() throws DatastoreException; in getDebugReportIds() method
2745 public List<String> getDebugReportIds() throws DatastoreException {
5259 measurementDao.getDebugReportIds()))); in testGetDebugReportIds()5292 measurementDao.getDebugReportIds()))); in testGetDebugReportIdsWithRetryLimit()5299 assertTrue(measurementDao.getDebugReportIds().isEmpty()); in testGetDebugReportIdsWithRetryLimit()