Searched refs:ReportInteractionApiCalledStats (Results 1 – 13 of 13) sorted by relevance
91 import com.android.adservices.service.stats.ReportInteractionApiCalledStats;274 ArgumentCaptor<ReportInteractionApiCalledStats> argumentCaptor = in testImplSuccessfullyReportsRegisteredInteractions()275 ArgumentCaptor.forClass(ReportInteractionApiCalledStats.class); in testImplSuccessfullyReportsRegisteredInteractions()328 ReportInteractionApiCalledStats stats = argumentCaptor.getValue(); in testImplSuccessfullyReportsRegisteredInteractions()337 ArgumentCaptor<ReportInteractionApiCalledStats> argumentCaptor = in testImplDoesNotCrashAfterSellerReportingThrowsAnException()338 ArgumentCaptor.forClass(ReportInteractionApiCalledStats.class); in testImplDoesNotCrashAfterSellerReportingThrowsAnException()413 ReportInteractionApiCalledStats stats = argumentCaptor.getValue(); in testImplDoesNotCrashAfterSellerReportingThrowsAnException()422 ArgumentCaptor<ReportInteractionApiCalledStats> argumentCaptor = in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()423 ArgumentCaptor.forClass(ReportInteractionApiCalledStats.class); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()498 ReportInteractionApiCalledStats stats = argumentCaptor.getValue(); in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()[all …]
92 import com.android.adservices.service.stats.ReportInteractionApiCalledStats;418 ArgumentCaptor<ReportInteractionApiCalledStats> argumentCaptor = in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()419 ArgumentCaptor.forClass(ReportInteractionApiCalledStats.class); in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()456 ReportInteractionApiCalledStats stats = argumentCaptor.getValue(); in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()466 ArgumentCaptor<ReportInteractionApiCalledStats> argumentCaptor = in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()467 ArgumentCaptor.forClass(ReportInteractionApiCalledStats.class); in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()503 ReportInteractionApiCalledStats stats = argumentCaptor.getValue(); in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()822 ArgumentCaptor<ReportInteractionApiCalledStats> argumentCaptor = in testImpl_onlyReportsEvent_measurementKillSwitchEnabled()823 ArgumentCaptor.forClass(ReportInteractionApiCalledStats.class); in testImpl_onlyReportsEvent_measurementKillSwitchEnabled()875 ReportInteractionApiCalledStats stats = argumentCaptor.getValue(); in testImpl_onlyReportsEvent_measurementKillSwitchEnabled()[all …]
92 import com.android.adservices.service.stats.ReportInteractionApiCalledStats;639 ArgumentCaptor<ReportInteractionApiCalledStats> argumentCaptor = in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()640 ArgumentCaptor.forClass(ReportInteractionApiCalledStats.class); in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()697 ReportInteractionApiCalledStats stats = argumentCaptor.getValue(); in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()707 ArgumentCaptor<ReportInteractionApiCalledStats> argumentCaptor = in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()708 ArgumentCaptor.forClass(ReportInteractionApiCalledStats.class); in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()754 ReportInteractionApiCalledStats stats = argumentCaptor.getValue(); in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()1408 ArgumentCaptor<ReportInteractionApiCalledStats> argumentCaptor = in test_idFoundInInitializationDb_registeredInteractionsReported()1409 ArgumentCaptor.forClass(ReportInteractionApiCalledStats.class); in test_idFoundInInitializationDb_registeredInteractionsReported()1461 ReportInteractionApiCalledStats stats = argumentCaptor.getValue(); in test_idFoundInInitializationDb_registeredInteractionsReported()
28 public abstract class ReportInteractionApiCalledStats { class49 public abstract ReportInteractionApiCalledStats build(); in build()
167 void logReportInteractionApiCalledStats(ReportInteractionApiCalledStats stats); in logReportInteractionApiCalledStats()
142 public void logReportInteractionApiCalledStats(ReportInteractionApiCalledStats stats) {} in logReportInteractionApiCalledStats()
264 public void logReportInteractionApiCalledStats(ReportInteractionApiCalledStats stats) { in logReportInteractionApiCalledStats()
617 public void logReportInteractionApiCalledStats(ReportInteractionApiCalledStats stats) { in logReportInteractionApiCalledStats()
39 import com.android.adservices.service.stats.ReportInteractionApiCalledStats;121 ReportInteractionApiCalledStats.builder() in performReporting()
41 import com.android.adservices.service.stats.ReportInteractionApiCalledStats;141 ReportInteractionApiCalledStats.builder() in performReporting()
45 import com.android.adservices.service.stats.ReportInteractionApiCalledStats;147 ReportInteractionApiCalledStats.builder() in performReporting()
896 ReportInteractionApiCalledStats stats = in testLogReportInteractionApiCalledStats()897 ReportInteractionApiCalledStats.builder() in testLogReportInteractionApiCalledStats()903 ArgumentCaptor<ReportInteractionApiCalledStats> argumentCaptor = in testLogReportInteractionApiCalledStats()904 ArgumentCaptor.forClass(ReportInteractionApiCalledStats.class); in testLogReportInteractionApiCalledStats()
1405 ReportInteractionApiCalledStats stats = in logReportInteractionApiCalledStats_success()1406 ReportInteractionApiCalledStats.builder() in logReportInteractionApiCalledStats_success()