Home
last modified time | relevance | path

Searched refs:RUN_AD_BIDDING_LATENCY_MS (Results 1 – 2 of 2) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java102 public static final int RUN_AD_BIDDING_LATENCY_MS = 1; field in AdSelectionExecutionLoggerTest
128 RUN_AD_BIDDING_START_TIMESTAMP + RUN_AD_BIDDING_LATENCY_MS;
332 .isEqualTo(RUN_AD_BIDDING_LATENCY_MS); in testAdSelectionExecutionLogger_SuccessAdSelection()
468 .isEqualTo(RUN_AD_BIDDING_LATENCY_MS); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
579 .isEqualTo(RUN_AD_BIDDING_LATENCY_MS); in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
686 .isEqualTo(RUN_AD_BIDDING_LATENCY_MS); in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java69 …atic com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.RUN_AD_BIDDING_LATENCY_MS;
4639 .isEqualTo(RUN_AD_BIDDING_LATENCY_MS); in verifyLogForSuccessfulBiddingProcess()