Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DAuctionServerPayloadMetricsStrategyEnabled.java31 import com.android.adservices.service.stats.GetAdSelectionDataBuyerInputGeneratedStats;
67 GetAdSelectionDataBuyerInputGeneratedStats stats = in logGetAdSelectionDataBuyerInputGeneratedStats()
68 GetAdSelectionDataBuyerInputGeneratedStats.builder() in logGetAdSelectionDataBuyerInputGeneratedStats()
112 GetAdSelectionDataBuyerInputGeneratedStats stats = in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
113 GetAdSelectionDataBuyerInputGeneratedStats.builder() in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
130 GetAdSelectionDataBuyerInputGeneratedStats stats = in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
131 GetAdSelectionDataBuyerInputGeneratedStats.builder() in logGetAdSelectionDataBuyerInputGeneratedStatsWithExtendedPasMetrics()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAuctionServerPayloadMetricsStrategyEnabledTest.java39 import com.android.adservices.service.stats.GetAdSelectionDataBuyerInputGeneratedStats;
110 ArgumentCaptor<GetAdSelectionDataBuyerInputGeneratedStats> argumentCaptor = in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog()
111 ArgumentCaptor.forClass(GetAdSelectionDataBuyerInputGeneratedStats.class); in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog()
135 GetAdSelectionDataBuyerInputGeneratedStats stats = argumentCaptor.getAllValues().get(0); in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog()
146 ArgumentCaptor<GetAdSelectionDataBuyerInputGeneratedStats> argumentCaptor = in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog_emptyStats()
147 ArgumentCaptor.forClass(GetAdSelectionDataBuyerInputGeneratedStats.class); in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog_emptyStats()
165 GetAdSelectionDataBuyerInputGeneratedStats stats = argumentCaptor.getValue(); in testLogGetAdSelectionDataBuyerInputGeneratedStatsWithPasMetricsDoesLog_emptyStats()
DBuyerInputGeneratorTest.java62 import com.android.adservices.service.stats.GetAdSelectionDataBuyerInputGeneratedStats;
223 ArgumentCaptor<GetAdSelectionDataBuyerInputGeneratedStats> argumentCaptor = in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled()
224 ArgumentCaptor.forClass(GetAdSelectionDataBuyerInputGeneratedStats.class); in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled()
287 List<GetAdSelectionDataBuyerInputGeneratedStats> stats = argumentCaptor.getAllValues(); in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled()
289 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled()
360 GetAdSelectionDataBuyerInputGeneratedStats stats2 = stats.get(1); in testBuyerInputGenerator_returnsBuyerInputs_onlyCAsWithRenderIdReturned_successPayloadMetricsEnabled()
457 ArgumentCaptor<GetAdSelectionDataBuyerInputGeneratedStats> argumentCaptor = in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled()
458 ArgumentCaptor.forClass(GetAdSelectionDataBuyerInputGeneratedStats.class); in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled()
533 List<GetAdSelectionDataBuyerInputGeneratedStats> stats = argumentCaptor.getAllValues(); in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled()
535 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testBuyerInputGenerator_returnsBuyerInputsWithoutRenderIdForSpecifiedCAPayloadMetricsEnabled()
[all …]
DGetAdSelectionDataRunnerTest.java100 import com.android.adservices.service.stats.GetAdSelectionDataBuyerInputGeneratedStats;
336 ArgumentCaptor<GetAdSelectionDataBuyerInputGeneratedStats> in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled()
338 ArgumentCaptor.forClass(GetAdSelectionDataBuyerInputGeneratedStats.class); in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled()
409 List<GetAdSelectionDataBuyerInputGeneratedStats> stats = in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled()
412 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled()
416 GetAdSelectionDataBuyerInputGeneratedStats stats2 = stats.get(1); in testRunner_getAdSelectionData_returnsSuccessGetAdSelectionDataPayloadMetricsEnabled()
438 ArgumentCaptor<GetAdSelectionDataBuyerInputGeneratedStats> in testRunner_getAdSelectionData_success_MetricsEnabled_withDefaultSourceCoordinator()
440 ArgumentCaptor.forClass(GetAdSelectionDataBuyerInputGeneratedStats.class); in testRunner_getAdSelectionData_success_MetricsEnabled_withDefaultSourceCoordinator()
513 List<GetAdSelectionDataBuyerInputGeneratedStats> stats = in testRunner_getAdSelectionData_success_MetricsEnabled_withDefaultSourceCoordinator()
516 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testRunner_getAdSelectionData_success_MetricsEnabled_withDefaultSourceCoordinator()
[all …]
DAuctionServerE2ETest.java166 import com.android.adservices.service.stats.GetAdSelectionDataBuyerInputGeneratedStats;
1050 ArgumentCaptor<GetAdSelectionDataBuyerInputGeneratedStats> argumentCaptorBuyerInputStats = in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1051 ArgumentCaptor.forClass(GetAdSelectionDataBuyerInputGeneratedStats.class); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1128 List<GetAdSelectionDataBuyerInputGeneratedStats> stats = in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1131 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1135 GetAdSelectionDataBuyerInputGeneratedStats stats2 = stats.get(1); in testGetAdSelectionData_withoutEncrypt_validRequest_successPayloadMetricsEnabled()
1158 ArgumentCaptor<GetAdSelectionDataBuyerInputGeneratedStats> argumentCaptorBuyerInputStats = in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()
1159 ArgumentCaptor.forClass(GetAdSelectionDataBuyerInputGeneratedStats.class); in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()
1241 List<GetAdSelectionDataBuyerInputGeneratedStats> stats = in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()
1244 GetAdSelectionDataBuyerInputGeneratedStats stats1 = stats.get(0); in testGetAdSelectionData_validRequest_successPayloadMetricsEnabled_withSourceCoordinator()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DGetAdSelectionDataBuyerInputGeneratedStats.java25 public abstract class GetAdSelectionDataBuyerInputGeneratedStats { class
116 public abstract GetAdSelectionDataBuyerInputGeneratedStats build(); in build()
DAdServicesLogger.java211 GetAdSelectionDataBuyerInputGeneratedStats stats); in logGetAdSelectionDataBuyerInputGeneratedStats()
DNoOpLoggerImpl.java155 GetAdSelectionDataBuyerInputGeneratedStats stats) { in logGetAdSelectionDataBuyerInputGeneratedStats()
DAdServicesLoggerImpl.java336 GetAdSelectionDataBuyerInputGeneratedStats stats) { in logGetAdSelectionDataBuyerInputGeneratedStats()
DStatsdAdServicesLogger.java723 GetAdSelectionDataBuyerInputGeneratedStats stats) { in logGetAdSelectionDataBuyerInputGeneratedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DGetAdSelectionDataBuyerInputGeneratedStatsTest.java35 GetAdSelectionDataBuyerInputGeneratedStats stats = in testBuildGGetAdSelectionDataBuyerInputGeneratedStats()
36 GetAdSelectionDataBuyerInputGeneratedStats.builder() in testBuildGGetAdSelectionDataBuyerInputGeneratedStats()
DAdServicesLoggerImplTest.java966 GetAdSelectionDataBuyerInputGeneratedStats stats = in testlogGetAdSelectionDataBuyerInputGeneratedStats()
967 GetAdSelectionDataBuyerInputGeneratedStats.builder() in testlogGetAdSelectionDataBuyerInputGeneratedStats()
DStatsdAdServicesLoggerTest.java1746 GetAdSelectionDataBuyerInputGeneratedStats stats = in testlogGetAdSelectionDataBuyerInputGeneratedStats_success()
1747 GetAdSelectionDataBuyerInputGeneratedStats.builder() in testlogGetAdSelectionDataBuyerInputGeneratedStats_success()