Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdSelectionProcessReportedStats.java39 public abstract int getRunAdSelectionLatencyInMillis(); in getRunAdSelectionLatencyInMillis() method in RunAdSelectionProcessReportedStats
DStatsdAdServicesLogger.java235 stats.getRunAdSelectionLatencyInMillis(), in logRunAdSelectionProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdSelectionProcessReportedStatsTest.java58 assertEquals(RUN_AD_SELECTION_LATENCY_IN_MILLIS, stats.getRunAdSelectionLatencyInMillis()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java398 assertThat(runAdSelectionProcessReportedStats.getRunAdSelectionLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
1527 assertThat(runAdSelectionProcessReportedStats.getRunAdSelectionLatencyInMillis()) in testAdSelectionExecutionLogger_RunAdSelectionFailedBeforePersistAdSelection()
1560 assertThat(runAdSelectionProcessReportedStats.getRunAdSelectionLatencyInMillis()) in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()
DAdServicesLoggerImplTest.java226 expect.that(loggedStats.getRunAdSelectionLatencyInMillis()) in testLogRunAdSelectionProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java4692 assertThat(runAdSelectionProcessReportedStats.getRunAdSelectionLatencyInMillis()) in verifyLogForSuccessfulAdSelectionProcess()
4713 assertThat(runAdSelectionProcessReportedStats.getRunAdSelectionLatencyInMillis()) in verifyLogForFailurePriorPersistAdSelection()
4725 assertThat(runAdSelectionProcessReportedStats.getRunAdSelectionLatencyInMillis()) in verifyLogForFailureByRunAdSelectionOrchestrationTimesOut()