Home
last modified time | relevance | path

Searched refs:getBeaconReportingDestinationType (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DPersistAdSelectionResultRunnerTest.java602 assertThat(buyerDestinationStats.getBeaconReportingDestinationType()) in testRunner_persistRemarketingResult_success()
616 assertThat(sellerDestinationStats.getBeaconReportingDestinationType()) in testRunner_persistRemarketingResult_success()
715 assertThat(buyerDestinationStats.getBeaconReportingDestinationType()) in testRunner_persistAppInstallResult_success()
729 assertThat(sellerDestinationStats.getBeaconReportingDestinationType()) in testRunner_persistAppInstallResult_success()
822 assertThat(buyerDestinationStats.getBeaconReportingDestinationType()) in testRunner_persistRemarketingResult_withInvalidSellerReportingUriSuccess()
836 assertThat(sellerDestinationStats.getBeaconReportingDestinationType()) in testRunner_persistRemarketingResult_withInvalidSellerReportingUriSuccess()
928 assertThat(buyerDestinationStats.getBeaconReportingDestinationType()) in testRunner_persistAppInstallResult_withInvalidSellerReportingUriSuccess()
942 assertThat(sellerDestinationStats.getBeaconReportingDestinationType()) in testRunner_persistAppInstallResult_withInvalidSellerReportingUriSuccess()
1034 assertThat(buyerDestinationStats.getBeaconReportingDestinationType()) in testRunner_persistRemarketingResult_withInvalidBuyerReportingUriSuccess()
1048 assertThat(sellerDestinationStats.getBeaconReportingDestinationType()) in testRunner_persistRemarketingResult_withInvalidBuyerReportingUriSuccess()
[all …]
DReportEventImplTest.java329 assertThat(stats.getBeaconReportingDestinationType()) in testImplSuccessfullyReportsRegisteredInteractions()
414 assertThat(stats.getBeaconReportingDestinationType()) in testImplDoesNotCrashAfterSellerReportingThrowsAnException()
499 assertThat(stats.getBeaconReportingDestinationType()) in testImplDoesNotCrashAfterBuyerReportingThrowsAnException()
570 assertThat(stats.getBeaconReportingDestinationType()) in testImplOnlyReportsBuyersRegisteredInteractions()
641 assertThat(stats.getBeaconReportingDestinationType()) in testImplOnlyReportsSellerRegisteredInteractions()
989 assertThat(stats.getBeaconReportingDestinationType()) in testImplFailsWhenThrottled()
1332 assertThat(stats.getBeaconReportingDestinationType()) in testReportEventImplSucceedsWhenNotFindingRegisteredAdInteractions()
DReportAndRegisterEventImplTest.java457 assertThat(stats.getBeaconReportingDestinationType()) in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()
504 assertThat(stats.getBeaconReportingDestinationType()) in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()
876 assertThat(stats.getBeaconReportingDestinationType()) in testImpl_onlyReportsEvent_measurementKillSwitchEnabled()
938 assertThat(stats.getBeaconReportingDestinationType()) in testImpl_onlyReportsEvent_appIsNotInMeasurementAllowlisted()
1115 assertThat(stats.getBeaconReportingDestinationType()) in test_idFoundInInitializationDb_registeredInteractionsReported()
DReportAndRegisterEventFallbackImplTest.java698 assertThat(stats.getBeaconReportingDestinationType()) in testImplReturnsOnlyReportsUriThatPassesEnrollmentCheck()
755 assertThat(stats.getBeaconReportingDestinationType()) in testImplReturnsSuccessButDoesNotDoReportingWhenBothFailEnrollmentCheck()
1462 assertThat(stats.getBeaconReportingDestinationType()) in test_idFoundInInitializationDb_registeredInteractionsReported()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DReportInteractionApiCalledStats.java31 public abstract int getBeaconReportingDestinationType(); in getBeaconReportingDestinationType() method in ReportInteractionApiCalledStats
DDestinationRegisteredBeaconsReportedStats.java35 public abstract int getBeaconReportingDestinationType(); in getBeaconReportingDestinationType() method in DestinationRegisteredBeaconsReportedStats
DStatsdAdServicesLogger.java605 stats.getBeaconReportingDestinationType(), in logDestinationRegisteredBeaconsReportedStats()
620 stats.getBeaconReportingDestinationType(), in logReportInteractionApiCalledStats()