Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStats.java66 public abstract int getRunAdScoringLatencyInMillis(); in getRunAdScoringLatencyInMillis() method in RunAdScoringProcessReportedStats
DStatsdAdServicesLogger.java273 stats.getRunAdScoringLatencyInMillis(), in logRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStatsTest.java108 assertEquals(RUN_AD_SCORING_LATENCY_IN_MILLIS, stats.getRunAdScoringLatencyInMillis()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java373 assertThat(runAdScoringProcessReportedStats.getRunAdScoringLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
509 assertThat(runAdScoringProcessReportedStats.getRunAdScoringLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
623 assertThat(runAdScoringProcessReportedStats.getRunAdScoringLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
729 assertThat(runAdScoringProcessReportedStats.getRunAdScoringLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
DAdServicesLoggerImplTest.java292 expect.that(loggedStats.getRunAdScoringLatencyInMillis()) in testLogRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java1781 assertThat(runAdScoringProcessReportedStats.getRunAdScoringLatencyInMillis()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1844 assertThat(runAdScoringProcessReportedStats.getRunAdScoringLatencyInMillis()) in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
1907 assertThat(runAdScoringProcessReportedStats.getRunAdScoringLatencyInMillis()) in verifySuccessAdScoringLogging()