Searched refs:getAggregateReport (Results 1 – 5 of 5) sorted by relevance
215 when(mMeasurementDao.getAggregateReport(aggregateReport.getId())) in testSendReportForPendingReportSuccess()269 when(mMeasurementDao.getAggregateReport(aggregateReport.getId())) in testSendReportSuccess_reinstallAttributionEnabled_persistsAppReportHistory()329 when(mMeasurementDao.getAggregateReport(aggregateReport.getId())) in testSendReportSuccess_reinstallAttributionEnabled_skipNullAggregateReport()388 when(mMeasurementDao.getAggregateReport(aggregateReport.getId())) in testSendReportSuccess_reinstallAttributionDisabled_doesNotPersistsAppReportHistory()436 when(mMeasurementDao.getAggregateReport(aggregateReport.getId())) in testSendReportForPendingReportSuccess_originFlagDisabled()477 when(mMeasurementDao.getAggregateReport(aggregateReport.getId())) in testSendReportForPendingDebugReportSuccess()515 when(mMeasurementDao.getAggregateReport(aggregateReport.getId())) in testSendReportForPendingReportSuccessSingleTriggerDebugKey()554 when(mMeasurementDao.getAggregateReport(aggregateReport.getId())) in testSendReportForPendingReportSuccessSingleSourceDebugKey()594 when(mMeasurementDao.getAggregateReport(aggregateReport.getId())) in testSendReportForPendingReportSuccessNullDebugKeys()632 when(mMeasurementDao.getAggregateReport(aggregateReport.getId())) in testSendReportForPendingReportFailure()[all …]
341 AggregateReport getAggregateReport(String aggregateReportId) throws DatastoreException; in getAggregateReport() method
617 public AggregateReport getAggregateReport(@NonNull String aggregateReportId) in getAggregateReport() method in MeasurementDao
234 -> dao.getAggregateReport(aggregateReportId)); in performReport()
2988 measurementDao.getAggregateReport("AR11"); in deleteSources_providedIds_deletesMatchingSourcesAndRelatedData()2993 measurementDao.getAggregateReport("AR12"); in deleteSources_providedIds_deletesMatchingSourcesAndRelatedData()2998 measurementDao.getAggregateReport("AR21"); in deleteSources_providedIds_deletesMatchingSourcesAndRelatedData()3000 assertNotNull(measurementDao.getAggregateReport("AR34")); in deleteSources_providedIds_deletesMatchingSourcesAndRelatedData()3082 () -> measurementDao.getAggregateReport("AR11")); in deleteTriggers_providedIds_deletesMatchingTriggersAndRelatedData()3085 () -> measurementDao.getAggregateReport("AR12")); in deleteTriggers_providedIds_deletesMatchingTriggersAndRelatedData()3088 () -> measurementDao.getAggregateReport("AR21")); in deleteTriggers_providedIds_deletesMatchingTriggersAndRelatedData()3090 assertNotNull(measurementDao.getAggregateReport("AR34")); in deleteTriggers_providedIds_deletesMatchingTriggersAndRelatedData()3537 mDatastoreManager.runInTransactionWithResult((dao) -> dao.getAggregateReport("11")); in getAggregateReportById_fakeReport()6341 assertThrows(DatastoreException.class, () -> dao.getAggregateReport("Agg1")); in deletePendingAggregateReportsAndAttributionsForSources_success()[all …]