Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStats.java63 public abstract int getNumOfContextualAdsEnteringScoring(); in getNumOfContextualAdsEnteringScoring() method in RunAdScoringProcessReportedStats
DStatsdAdServicesLogger.java272 stats.getNumOfContextualAdsEnteringScoring(), in logRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStatsTest.java107 stats.getNumOfContextualAdsEnteringScoring()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java371 assertThat(runAdScoringProcessReportedStats.getNumOfContextualAdsEnteringScoring()) in testAdSelectionExecutionLogger_SuccessAdSelection()
507 assertThat(runAdScoringProcessReportedStats.getNumOfContextualAdsEnteringScoring()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
621 assertThat(runAdScoringProcessReportedStats.getNumOfContextualAdsEnteringScoring()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
727 assertThat(runAdScoringProcessReportedStats.getNumOfContextualAdsEnteringScoring()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
DAdServicesLoggerImplTest.java290 expect.that(loggedStats.getNumOfContextualAdsEnteringScoring()) in testLogRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java1718 assertThat(runAdScoringProcessReportedStats.getNumOfContextualAdsEnteringScoring()) in verifyFailedAdScoringLoggingTimeout()
1779 assertThat(runAdScoringProcessReportedStats.getNumOfContextualAdsEnteringScoring()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1842 assertThat(runAdScoringProcessReportedStats.getNumOfContextualAdsEnteringScoring()) in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
1905 assertThat(runAdScoringProcessReportedStats.getNumOfContextualAdsEnteringScoring()) in verifySuccessAdScoringLogging()