Home
last modified time | relevance | path

Searched refs:RUN_AD_SELECTION_INTERNAL_FINAL_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.java157 public static final int RUN_AD_SELECTION_INTERNAL_FINAL_LATENCY_MS = field in AdSelectionExecutionLoggerTest
160 BINDER_LATENCY_MS + RUN_AD_SELECTION_INTERNAL_FINAL_LATENCY_MS;
399 .isEqualTo(RUN_AD_SELECTION_INTERNAL_FINAL_LATENCY_MS); in testAdSelectionExecutionLogger_SuccessAdSelection()
1528 .isEqualTo(RUN_AD_SELECTION_INTERNAL_FINAL_LATENCY_MS); in testAdSelectionExecutionLogger_RunAdSelectionFailedBeforePersistAdSelection()
1561 .isEqualTo(RUN_AD_SELECTION_INTERNAL_FINAL_LATENCY_MS); in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java71 …adservices.service.stats.AdSelectionExecutionLoggerTest.RUN_AD_SELECTION_INTERNAL_FINAL_LATENCY_MS;
4693 .isEqualTo(RUN_AD_SELECTION_INTERNAL_FINAL_LATENCY_MS); in verifyLogForSuccessfulAdSelectionProcess()
4714 .isEqualTo(RUN_AD_SELECTION_INTERNAL_FINAL_LATENCY_MS); in verifyLogForFailurePriorPersistAdSelection()
4726 .isEqualTo(RUN_AD_SELECTION_INTERNAL_FINAL_LATENCY_MS); in verifyLogForFailureByRunAdSelectionOrchestrationTimesOut()