Home
last modified time | relevance | path

Searched refs:ReportInteractionApiCalledStats (Results 1 – 13 of 13) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DReportEventImplTest.java91 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 …]
DReportAndRegisterEventImplTest.java92 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 …]
DReportAndRegisterEventFallbackImplTest.java92 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()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DReportInteractionApiCalledStats.java28 public abstract class ReportInteractionApiCalledStats { class
49 public abstract ReportInteractionApiCalledStats build(); in build()
DAdServicesLogger.java167 void logReportInteractionApiCalledStats(ReportInteractionApiCalledStats stats); in logReportInteractionApiCalledStats()
DNoOpLoggerImpl.java142 public void logReportInteractionApiCalledStats(ReportInteractionApiCalledStats stats) {} in logReportInteractionApiCalledStats()
DAdServicesLoggerImpl.java264 public void logReportInteractionApiCalledStats(ReportInteractionApiCalledStats stats) { in logReportInteractionApiCalledStats()
DStatsdAdServicesLogger.java617 public void logReportInteractionApiCalledStats(ReportInteractionApiCalledStats stats) { in logReportInteractionApiCalledStats()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DReportEventImpl.java39 import com.android.adservices.service.stats.ReportInteractionApiCalledStats;
121 ReportInteractionApiCalledStats.builder() in performReporting()
DReportAndRegisterEventFallbackImpl.java41 import com.android.adservices.service.stats.ReportInteractionApiCalledStats;
141 ReportInteractionApiCalledStats.builder() in performReporting()
DReportAndRegisterEventImpl.java45 import com.android.adservices.service.stats.ReportInteractionApiCalledStats;
147 ReportInteractionApiCalledStats.builder() in performReporting()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdServicesLoggerImplTest.java896 ReportInteractionApiCalledStats stats = in testLogReportInteractionApiCalledStats()
897 ReportInteractionApiCalledStats.builder() in testLogReportInteractionApiCalledStats()
903 ArgumentCaptor<ReportInteractionApiCalledStats> argumentCaptor = in testLogReportInteractionApiCalledStats()
904 ArgumentCaptor.forClass(ReportInteractionApiCalledStats.class); in testLogReportInteractionApiCalledStats()
DStatsdAdServicesLoggerTest.java1405 ReportInteractionApiCalledStats stats = in logReportInteractionApiCalledStats_success()
1406 ReportInteractionApiCalledStats.builder() in logReportInteractionApiCalledStats_success()