Searched refs:getSourceEventReports (Results 1 – 5 of 5) sorted by relevance
696 .getSourceEventReports(source); in performPendingAttributions_vtcWithConfiguredReportsCount_attributeUptoConfigLimit()746 when(mMeasurementDao.getSourceEventReports(source)).thenReturn(matchingReports); in shouldIgnoreForMaxReportsPerSource()799 when(mMeasurementDao.getSourceEventReports(source)).thenReturn(matchingReports); in shouldNotReplaceHighPriorityReports()833 when(mMeasurementDao.getSourceEventReports(any())).thenReturn(new ArrayList<>()); in shouldDoSimpleAttribution()1500 when(mMeasurementDao.getSourceEventReports(any())).thenReturn(new ArrayList<>()); in shouldDoSimpleAttribution_dedupAlignFlagOff()1821 when(mMeasurementDao.getSourceEventReports(source)).thenReturn(matchingReports); in shouldReplaceLowPriorityReportWhileAttribution()2220 when(mMeasurementDao.getSourceEventReports(any())).thenReturn(new ArrayList<>()); in shouldNotGenerateReportForAttributionModeFalsely()2251 when(mMeasurementDao.getSourceEventReports(any())).thenReturn(new ArrayList<>()); in shouldNotGenerateReportForAttributionModeNever()2637 when(mMeasurementDao.getSourceEventReports(any())).thenReturn(new ArrayList<>());2950 when(mMeasurementDao.getSourceEventReports(any())).thenReturn(new ArrayList<>());[all …]
323 List<EventReport> getSourceEventReports(Source source) throws DatastoreException; in getSourceEventReports() method
1153 public List<EventReport> getSourceEventReports(Source source) throws DatastoreException { in getSourceEventReports() method in MeasurementDao
1036 List<EventReport> sourceEventReports = measurementDao.getSourceEventReports(source); in restoreTriggerContributionsAndProvisionFlexEventReportQuota()1252 List<EventReport> sourceEventReports = measurementDao.getSourceEventReports(source); in provisionEventReportQuota()
3790 measurementDao.getSourceEventReports(sourceList.get(0))) in testGetSourceEventReports()3798 measurementDao.getSourceEventReports(sourceList.get(1))) in testGetSourceEventReports()3931 measurementDao.getSourceEventReports(sourceList.get(0))) in getSourceEventReports_sourcesWithSameEventId_haveSeparateEventReportsMatch()3939 measurementDao.getSourceEventReports(sourceList.get(1))) in getSourceEventReports_sourcesWithSameEventId_haveSeparateEventReportsMatch()3947 measurementDao.getSourceEventReports(sourceList.get(2))) in getSourceEventReports_sourcesWithSameEventId_haveSeparateEventReportsMatch()9736 measurementDao.getSourceEventReports(source1)) in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9757 measurementDao.getSourceEventReports(source1)) in testUpdateSourcesForAttributionScope_diffMaxViewStates_ignoresSourcesDeletesReports()9913 measurementDao.getSourceEventReports(source1)) in testUpdateSourcesForAttributionScope_smallerLimit_ignoresSourcesDeletesReports()9934 measurementDao.getSourceEventReports(source1)) in testUpdateSourcesForAttributionScope_smallerLimit_ignoresSourcesDeletesReports()