Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdSelectionProcessReportedStats.java33 public abstract int getPersistAdSelectionLatencyInMillis(); in getPersistAdSelectionLatencyInMillis() method in RunAdSelectionProcessReportedStats
DStatsdAdServicesLogger.java233 stats.getPersistAdSelectionLatencyInMillis(), in logRunAdSelectionProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdSelectionProcessReportedStatsTest.java56 stats.getPersistAdSelectionLatencyInMillis()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java394 assertThat(runAdSelectionProcessReportedStats.getPersistAdSelectionLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
1523 assertThat(runAdSelectionProcessReportedStats.getPersistAdSelectionLatencyInMillis()) in testAdSelectionExecutionLogger_RunAdSelectionFailedBeforePersistAdSelection()
1556 assertThat(runAdSelectionProcessReportedStats.getPersistAdSelectionLatencyInMillis()) in testAdSelectionExecutionLogger_RunAdSelectionFailedDuringPersistAdSelection()
DAdServicesLoggerImplTest.java222 expect.that(loggedStats.getPersistAdSelectionLatencyInMillis()) in testLogRunAdSelectionProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java4688 assertThat(runAdSelectionProcessReportedStats.getPersistAdSelectionLatencyInMillis()) in verifyLogForSuccessfulAdSelectionProcess()
4709 assertThat(runAdSelectionProcessReportedStats.getPersistAdSelectionLatencyInMillis()) in verifyLogForFailurePriorPersistAdSelection()