Home
last modified time | relevance | path

Searched refs:getTotalAdBiddingStageLatencyInMillis (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdBiddingProcessReportedStats.java55 public abstract int getTotalAdBiddingStageLatencyInMillis(); in getTotalAdBiddingStageLatencyInMillis() method in RunAdBiddingProcessReportedStats
DStatsdAdServicesLogger.java253 stats.getTotalAdBiddingStageLatencyInMillis()); in logRunAdBiddingProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdBiddingProcessReportedStatsTest.java80 stats.getTotalAdBiddingStageLatencyInMillis()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java335 assertThat(runAdBiddingProcessReportedStats.getTotalAdBiddingStageLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
471 assertThat(runAdBiddingProcessReportedStats.getTotalAdBiddingStageLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
582 assertThat(runAdBiddingProcessReportedStats.getTotalAdBiddingStageLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
689 assertThat(runAdBiddingProcessReportedStats.getTotalAdBiddingStageLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
935 assertThat(runAdBiddingProcessReportedStats.getTotalAdBiddingStageLatencyInMillis()) in testAdSelectionExecutionLogger_failedGetBuyersCustomAudience()
982 assertThat(runAdBiddingProcessReportedStats.getTotalAdBiddingStageLatencyInMillis()) in testAdSelectionExecutionLogger_emptyFetchedCustomAudiences()
1031 assertThat(runAdBiddingProcessReportedStats.getTotalAdBiddingStageLatencyInMillis()) in testAdSelectionExecutionLogger_FailedDuringRunAdBidding()
DAdServicesLoggerImplTest.java342 expect.that(loggedStats.getTotalAdBiddingStageLatencyInMillis()) in testLogRunAdBiddingProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java4642 assertThat(runAdBiddingProcessReportedStats.getTotalAdBiddingStageLatencyInMillis()) in verifyLogForSuccessfulBiddingProcess()
4672 assertThat(runAdBiddingProcessReportedStats.getTotalAdBiddingStageLatencyInMillis()) in verifyLogForFailedBiddingStageDuringFetchBuyersCustomAudience()