Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStats.java27 public abstract int getGetAdSelectionLogicLatencyInMillis(); in getGetAdSelectionLogicLatencyInMillis() method in RunAdScoringProcessReportedStats
DStatsdAdServicesLogger.java260 stats.getGetAdSelectionLogicLatencyInMillis(), in logRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStatsTest.java83 stats.getGetAdSelectionLogicLatencyInMillis()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java344 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
480 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
591 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
698 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
DAdServicesLoggerImplTest.java267 expect.that(loggedStats.getGetAdSelectionLogicLatencyInMillis()) in testLogRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java1753 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicLatencyInMillis()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1813 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicLatencyInMillis()) in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
1879 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicLatencyInMillis()) in verifySuccessAdScoringLogging()