Home
last modified time | relevance | path

Searched refs:getGetAdSelectionLogicScriptType (Results 1 – 7 of 7) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStats.java33 public abstract int getGetAdSelectionLogicScriptType(); in getGetAdSelectionLogicScriptType() method in RunAdScoringProcessReportedStats
DAdSelectionExecutionLogger.java647 .setGetAdSelectionLogicScriptType(getGetAdSelectionLogicScriptType()) in getRunAdScoringProcessReportedStats()
670 private int getGetAdSelectionLogicScriptType() { in getGetAdSelectionLogicScriptType() method in AdSelectionExecutionLogger
DStatsdAdServicesLogger.java262 stats.getGetAdSelectionLogicScriptType(), in logRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStatsTest.java85 assertEquals(GET_AD_SELECTION_LOGIC_SCRIPT_TYPE, stats.getGetAdSelectionLogicScriptType()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java348 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicScriptType()) in testAdSelectionExecutionLogger_SuccessAdSelection()
484 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicScriptType()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
595 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicScriptType()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
705 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicScriptType()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
DAdServicesLoggerImplTest.java271 expect.that(loggedStats.getGetAdSelectionLogicScriptType()) in testLogRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java1757 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicScriptType()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1817 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicScriptType()) in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
1883 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicScriptType()) in verifySuccessAdScoringLogging()