Searched refs:FakeReport (Results 1 – 6 of 6) sorted by relevance
87 List<Source.FakeReport> fakeReports = in fakeReports_flexEventReport_generatesFromStaticReportStates()92 for (Source.FakeReport fakeReport : fakeReports) { in fakeReports_flexEventReport_generatesFromStaticReportStates()129 List<Source.FakeReport> fakeReports = in fakeReports_flexEventReport_setsTriggerTime()134 for (Source.FakeReport fakeReport : fakeReports) { in fakeReports_flexEventReport_setsTriggerTime()169 List<Source.FakeReport> fakeReports = in fakeReports_flexEventReport_correctlyOrdersTriggerSummaryBucket()176 Comparator.comparing(Source.FakeReport::getTriggerData) in fakeReports_flexEventReport_correctlyOrdersTriggerSummaryBucket()181 Source.FakeReport prev = fakeReports.get(j - 1); in fakeReports_flexEventReport_correctlyOrdersTriggerSummaryBucket()182 Source.FakeReport curr = fakeReports.get(j); in fakeReports_flexEventReport_correctlyOrdersTriggerSummaryBucket()216 List<Source.FakeReport> fakeReports = in fakeReports_flexEventReport_ordersTriggerSummaryBucket_attributionScopeOff()223 Comparator.comparing(Source.FakeReport::getTriggerData) in fakeReports_flexEventReport_ordersTriggerSummaryBucket_attributionScopeOff()[all …]
75 public List<Source.FakeReport> assignAttributionModeAndGenerateFakeReports( in assignAttributionModeAndGenerateFakeReports()84 List<Source.FakeReport> fakeReports = new ArrayList<>(); in assignAttributionModeAndGenerateFakeReports()108 return new Source.FakeReport( in assignAttributionModeAndGenerateFakeReports()174 fakeReports.add(new Source.FakeReport( in assignAttributionModeAndGenerateFakeReports()
338 Source.FakeReport sf = createFakeReport(); in test_runAsyncRegistrationQueueWorker_appSource_success()339 List<Source.FakeReport> eventReportList = Collections.singletonList(sf); in test_runAsyncRegistrationQueueWorker_appSource_success()495 Source.FakeReport sf = createFakeReport(); in test_runAsyncRegistrationQueueWorker_ThreadInterrupted()496 List<Source.FakeReport> eventReportList = Collections.singletonList(sf); in test_runAsyncRegistrationQueueWorker_ThreadInterrupted()573 List<Source.FakeReport> eventReportList = in runAsyncRegistrationQueueWorker_appSource_defaultRegistration_redirectTypeList()575 new Source.FakeReport( in runAsyncRegistrationQueueWorker_appSource_defaultRegistration_redirectTypeList()643 List<Source.FakeReport> eventReportList = in runAsyncRegistrationQueueWorker_appSource_defaultRegistration_redirectTypeLocation()645 new Source.FakeReport( in runAsyncRegistrationQueueWorker_appSource_defaultRegistration_redirectTypeLocation()705 List<Source.FakeReport> eventReportList = in runAsyncRegistrationQueueWorker_appSource_middleRegistration_redirectTypeLocation()707 new Source.FakeReport( in runAsyncRegistrationQueueWorker_appSource_middleRegistration_redirectTypeLocation()[all …]
438 public static class FakeReport { class in Source445 public FakeReport( in FakeReport() method in Source.FakeReport461 if (!(o instanceof FakeReport)) return false; in equals()462 FakeReport that = (FakeReport) o; in equals()
119 new Source.FakeReport( in getAsyncRegistrationQueueRunner()
799 String sourceId, Source source, List<Source.FakeReport> fakeReports) { in generateFakeEventReports()831 List<Source.FakeReport> fakeReports = in insertSourceFromTransaction()