Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStats.java48 public abstract int getScoreAdsLatencyInMillis(); in getScoreAdsLatencyInMillis() method in RunAdScoringProcessReportedStats
DStatsdAdServicesLogger.java267 stats.getScoreAdsLatencyInMillis(), in logRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStatsTest.java98 assertEquals(SCORE_ADS_LATENCY_IN_MILLIS, stats.getScoreAdsLatencyInMillis()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java361 assertThat(runAdScoringProcessReportedStats.getScoreAdsLatencyInMillis()) in testAdSelectionExecutionLogger_SuccessAdSelection()
497 assertThat(runAdScoringProcessReportedStats.getScoreAdsLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
611 assertThat(runAdScoringProcessReportedStats.getScoreAdsLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
717 assertThat(runAdScoringProcessReportedStats.getScoreAdsLatencyInMillis()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
DAdServicesLoggerImplTest.java281 expect.that(loggedStats.getScoreAdsLatencyInMillis()) in testLogRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java1769 assertThat(runAdScoringProcessReportedStats.getScoreAdsLatencyInMillis()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1832 assertThat(runAdScoringProcessReportedStats.getScoreAdsLatencyInMillis()) in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
1895 assertThat(runAdScoringProcessReportedStats.getScoreAdsLatencyInMillis()) in verifySuccessAdScoringLogging()