Home
last modified time | relevance | path

Searched refs:runAdBiddingProcessReportedStats (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java313 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in testAdSelectionExecutionLogger_SuccessAdSelection() local
315 assertThat(runAdBiddingProcessReportedStats.getGetBuyersCustomAudienceLatencyInMills()) in testAdSelectionExecutionLogger_SuccessAdSelection()
317 assertThat(runAdBiddingProcessReportedStats.getGetBuyersCustomAudienceResultCode()) in testAdSelectionExecutionLogger_SuccessAdSelection()
319 assertThat(runAdBiddingProcessReportedStats.getNumBuyersRequested()) in testAdSelectionExecutionLogger_SuccessAdSelection()
321 assertThat(runAdBiddingProcessReportedStats.getNumBuyersFetched()) in testAdSelectionExecutionLogger_SuccessAdSelection()
323 assertThat(runAdBiddingProcessReportedStats.getNumOfAdsEnteringBidding()) in testAdSelectionExecutionLogger_SuccessAdSelection()
325 assertThat(runAdBiddingProcessReportedStats.getNumOfCasEnteringBidding()) in testAdSelectionExecutionLogger_SuccessAdSelection()
327 assertThat(runAdBiddingProcessReportedStats.getNumOfCasPostBidding()) in testAdSelectionExecutionLogger_SuccessAdSelection()
329 assertThat(runAdBiddingProcessReportedStats.getRatioOfCasSelectingRmktAds()) in testAdSelectionExecutionLogger_SuccessAdSelection()
331 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
[all …]
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java4599 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in verifyLogForSuccessfulBiddingProcess() local
4602 assertThat(runAdBiddingProcessReportedStats.getGetBuyersCustomAudienceLatencyInMills()) in verifyLogForSuccessfulBiddingProcess()
4604 assertThat(runAdBiddingProcessReportedStats.getGetBuyersCustomAudienceResultCode()) in verifyLogForSuccessfulBiddingProcess()
4606 assertThat(runAdBiddingProcessReportedStats.getNumBuyersRequested()) in verifyLogForSuccessfulBiddingProcess()
4608 assertThat(runAdBiddingProcessReportedStats.getNumBuyersFetched()) in verifyLogForSuccessfulBiddingProcess()
4615 assertThat(runAdBiddingProcessReportedStats.getNumOfAdsEnteringBidding()) in verifyLogForSuccessfulBiddingProcess()
4622 assertThat(runAdBiddingProcessReportedStats.getNumOfCasEnteringBidding()) in verifyLogForSuccessfulBiddingProcess()
4634 assertThat(runAdBiddingProcessReportedStats.getNumOfCasPostBidding()) in verifyLogForSuccessfulBiddingProcess()
4636 assertThat(runAdBiddingProcessReportedStats.getRatioOfCasSelectingRmktAds()) in verifyLogForSuccessfulBiddingProcess()
4638 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingLatencyInMillis()) in verifyLogForSuccessfulBiddingProcess()
[all …]
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdSelectionExecutionLogger.java392 RunAdBiddingProcessReportedStats runAdBiddingProcessReportedStats = in endBiddingProcess() local
394 mAdServicesLogger.logRunAdBiddingProcessReportedStats(runAdBiddingProcessReportedStats); in endBiddingProcess()