Home
last modified time | relevance | path

Searched refs:GET_BUYERS_CUSTOM_AUDIENCE_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.java101 public static final int GET_BUYERS_CUSTOM_AUDIENCE_LATENCY_MS = 1; field in AdSelectionExecutionLoggerTest
124 BIDDING_STAGE_START_TIMESTAMP + GET_BUYERS_CUSTOM_AUDIENCE_LATENCY_MS;
316 .isEqualTo(GET_BUYERS_CUSTOM_AUDIENCE_LATENCY_MS); in testAdSelectionExecutionLogger_SuccessAdSelection()
452 .isEqualTo(GET_BUYERS_CUSTOM_AUDIENCE_LATENCY_MS); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
563 .isEqualTo(GET_BUYERS_CUSTOM_AUDIENCE_LATENCY_MS); in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
670 .isEqualTo(GET_BUYERS_CUSTOM_AUDIENCE_LATENCY_MS); in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
963 .isEqualTo(GET_BUYERS_CUSTOM_AUDIENCE_LATENCY_MS); in testAdSelectionExecutionLogger_emptyFetchedCustomAudiences()
1012 .isEqualTo(GET_BUYERS_CUSTOM_AUDIENCE_LATENCY_MS); in testAdSelectionExecutionLogger_FailedDuringRunAdBidding()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java63 …roid.adservices.service.stats.AdSelectionExecutionLoggerTest.GET_BUYERS_CUSTOM_AUDIENCE_LATENCY_MS;
4603 .isEqualTo(GET_BUYERS_CUSTOM_AUDIENCE_LATENCY_MS); in verifyLogForSuccessfulBiddingProcess()