Home
last modified time | relevance | path

Searched refs:RUN_AD_SCORING_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.java150 public static final int RUN_AD_SCORING_LATENCY_MS = field in AdSelectionExecutionLoggerTest
374 .isEqualTo(RUN_AD_SCORING_LATENCY_MS); in testAdSelectionExecutionLogger_SuccessAdSelection()
510 .isEqualTo(RUN_AD_SCORING_LATENCY_MS); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
624 .isEqualTo(RUN_AD_SCORING_LATENCY_MS); in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
730 .isEqualTo(RUN_AD_SCORING_LATENCY_MS); in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java42 …atic com.android.adservices.service.stats.AdSelectionExecutionLoggerTest.RUN_AD_SCORING_LATENCY_MS;
1782 .isEqualTo(RUN_AD_SCORING_LATENCY_MS); in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1845 .isEqualTo(RUN_AD_SCORING_LATENCY_MS); in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
1908 .isEqualTo(RUN_AD_SCORING_LATENCY_MS); in verifySuccessAdScoringLogging()