Home
last modified time | relevance | path

Searched refs:getServerAuctionCoordinatorSource (Results 1 – 5 of 5) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DGetAdSelectionDataApiCalledStatsTest.java51 expect.that(stats.getServerAuctionCoordinatorSource()) in testBuildGetAdSelectionDataApiCalledStats()
68 expect.that(stats.getServerAuctionCoordinatorSource()) in testBuildGetAdSelectionDataApiCalledStats_WithCoordinatorSource()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DGetAdSelectionDataApiCalledStats.java40 public abstract int getServerAuctionCoordinatorSource(); in getServerAuctionCoordinatorSource() method in GetAdSelectionDataApiCalledStats
DStatsdAdServicesLogger.java718 stats.getServerAuctionCoordinatorSource()); in logGetAdSelectionDataApiCalledStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DGetAdSelectionDataRunnerTest.java429 assertThat(apiCalledArgumentCaptor.getValue().getServerAuctionCoordinatorSource()) in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled()
533 assertThat(apiCalledArgumentCaptor.getValue().getServerAuctionCoordinatorSource()) in testRunner_getAdSelectionData_success_MetricsEnabled_withDefaultSourceCoordinator()
640 assertThat(apiCalledArgumentCaptor.getValue().getServerAuctionCoordinatorSource()) in testRunner_getAdSelectionData_returnsSuccessMetricsEnabled_withApiSourceCoordinator()
DAuctionServerE2ETest.java1147 assertThat(argumentCaptorApiCalledStats.getValue().getServerAuctionCoordinatorSource()) in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1260 assertThat(argumentCaptorApiCalledStats.getValue().getServerAuctionCoordinatorSource()) in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()