Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStats.java51 public abstract int getGetAdScoresLatencyInMillis(); in getGetAdScoresLatencyInMillis() method in RunAdScoringProcessReportedStats
DStatsdAdServicesLogger.java268 stats.getGetAdScoresLatencyInMillis(), in logRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStatsTest.java99 assertEquals(GET_AD_SCORES_LATENCY_IN_MILLIS, stats.getGetAdScoresLatencyInMillis()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java363 assertThat(runAdScoringProcessReportedStats.getGetAdScoresLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
499 assertThat(runAdScoringProcessReportedStats.getGetAdScoresLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
613 assertThat(runAdScoringProcessReportedStats.getGetAdScoresLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
719 assertThat(runAdScoringProcessReportedStats.getGetAdScoresLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
DAdServicesLoggerImplTest.java283 expect.that(loggedStats.getGetAdScoresLatencyInMillis()) in testLogRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java1771 assertThat(runAdScoringProcessReportedStats.getGetAdScoresLatencyInMillis()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1834 assertThat(runAdScoringProcessReportedStats.getGetAdScoresLatencyInMillis()) in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
1897 assertThat(runAdScoringProcessReportedStats.getGetAdScoresLatencyInMillis()) in verifySuccessAdScoringLogging()