Home
last modified time | relevance | path

Searched refs:RunAdBiddingProcessReportedStats (Results 1 – 11 of 11) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdBiddingProcessReportedStats.java23 public abstract class RunAdBiddingProcessReportedStats { class
86 abstract RunAdBiddingProcessReportedStats build(); in build()
DAdSelectionExecutionLogger.java392 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in endBiddingProcess()
626 private RunAdBiddingProcessReportedStats getRunAdBiddingProcessReportedStats(int resultCode) { in getRunAdBiddingProcessReportedStats()
627 return RunAdBiddingProcessReportedStats.builder() in getRunAdBiddingProcessReportedStats()
DAdServicesLogger.java65 void logRunAdBiddingProcessReportedStats(RunAdBiddingProcessReportedStats stats); in logRunAdBiddingProcessReportedStats()
DNoOpLoggerImpl.java58 public void logRunAdBiddingProcessReportedStats(RunAdBiddingProcessReportedStats stats) {} in logRunAdBiddingProcessReportedStats()
DAdServicesLoggerImpl.java120 public void logRunAdBiddingProcessReportedStats(RunAdBiddingProcessReportedStats stats) { in logRunAdBiddingProcessReportedStats()
DStatsdAdServicesLogger.java240 public void logRunAdBiddingProcessReportedStats(RunAdBiddingProcessReportedStats stats) { in logRunAdBiddingProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdBiddingProcessReportedStatsTest.java47 RunAdBiddingProcessReportedStats stats = in testBuilderCreateSuccess()
48 RunAdBiddingProcessReportedStats.builder() in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java227 ArgumentCaptor<RunAdBiddingProcessReportedStats>
313 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in testAdSelectionExecutionLogger_SuccessAdSelection()
449 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
560 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
667 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
914 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in testAdSelectionExecutionLogger_failedGetBuyersCustomAudience()
960 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in testAdSelectionExecutionLogger_emptyFetchedCustomAudiences()
1009 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in testAdSelectionExecutionLogger_FailedDuringRunAdBidding()
DAdServicesLoggerImplTest.java303 RunAdBiddingProcessReportedStats stats = in testLogRunAdBiddingProcessReportedStats()
304 RunAdBiddingProcessReportedStats.builder() in testLogRunAdBiddingProcessReportedStats()
321 ArgumentCaptor<RunAdBiddingProcessReportedStats> argumentCaptor = in testLogRunAdBiddingProcessReportedStats()
322 ArgumentCaptor.forClass(RunAdBiddingProcessReportedStats.class); in testLogRunAdBiddingProcessReportedStats()
324 RunAdBiddingProcessReportedStats loggedStats = argumentCaptor.getValue(); in testLogRunAdBiddingProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionE2ETest.java161 import com.android.adservices.service.stats.RunAdBiddingProcessReportedStats;
965 .logRunAdBiddingProcessReportedStats(isA(RunAdBiddingProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogic()
1097 .logRunAdBiddingProcessReportedStats(isA(RunAdBiddingProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingEnabled()
1248 .logRunAdBiddingProcessReportedStats(isA(RunAdBiddingProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagEnabled()
1395 .logRunAdBiddingProcessReportedStats(isA(RunAdBiddingProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogicWithDataVersionHeaderFlagDisabled()
1523 .logRunAdBiddingProcessReportedStats(isA(RunAdBiddingProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogicWinnerWithoutBuyerDataVersionHeader()
1654 .logRunAdBiddingProcessReportedStats(isA(RunAdBiddingProcessReportedStats.class)); in testRunAdSelectionSuccess_preV3BiddingLogicWithAdCostCpcBillingDisabled()
1750 .logRunAdBiddingProcessReportedStats(isA(RunAdBiddingProcessReportedStats.class)); in testRunAdSelectionSuccess_prebuiltScoringLogic()
1970 .logRunAdBiddingProcessReportedStats(isA(RunAdBiddingProcessReportedStats.class)); in testRunAdSelectionSuccess_flagToPreV3_preV3BiddingLogic()
2046 .logRunAdBiddingProcessReportedStats(isA(RunAdBiddingProcessReportedStats.class)); in testRunAdSelectionSuccess_v3BiddingLogic()
[all …]
DOnDeviceAdSelectionRunnerTest.java181 import com.android.adservices.service.stats.RunAdBiddingProcessReportedStats;
282 ArgumentCaptor<RunAdBiddingProcessReportedStats>
4599 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in verifyLogForSuccessfulBiddingProcess()
4650 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in verifyLogForFailedBiddingStageDuringFetchBuyersCustomAudience()