Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdBiddingProcessReportedStats.java49 public abstract int getRunAdBiddingLatencyInMillis(); in getRunAdBiddingLatencyInMillis() method in RunAdBiddingProcessReportedStats
DStatsdAdServicesLogger.java251 stats.getRunAdBiddingLatencyInMillis(), in logRunAdBiddingProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdBiddingProcessReportedStatsTest.java76 assertEquals(RUN_AD_BIDDING_LATENCY_IN_MILLIS, stats.getRunAdBiddingLatencyInMillis()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java331 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
467 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
578 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
685 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
931 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingLatencyInMillis()) in testAdSelectionExecutionLogger_failedGetBuyersCustomAudience()
978 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingLatencyInMillis()) in testAdSelectionExecutionLogger_emptyFetchedCustomAudiences()
1027 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingLatencyInMillis()) in testAdSelectionExecutionLogger_FailedDuringRunAdBidding()
DAdServicesLoggerImplTest.java339 expect.that(loggedStats.getRunAdBiddingLatencyInMillis()) in testLogRunAdBiddingProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java4638 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingLatencyInMillis()) in verifyLogForSuccessfulBiddingProcess()
4668 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingLatencyInMillis()) in verifyLogForFailedBiddingStageDuringFetchBuyersCustomAudience()