Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStats.java28 public abstract int getGetAdSelectionLogicResultCode(); in getGetAdSelectionLogicResultCode() method in RunAdScoringProcessReportedStats
DAdSelectionExecutionLogger.java613 .setGetAdSelectionLogicResultCode(getGetAdSelectionLogicResultCode(resultCode)) in getRunAdScoringProcessReportedStats()
722 private int getGetAdSelectionLogicResultCode(int resultCode) { in getGetAdSelectionLogicResultCode() method in AdSelectionExecutionLogger
DStatsdAdServicesLogger.java172 stats.getGetAdSelectionLogicResultCode(), in logRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStatsTest.java73 assertEquals(GET_AD_SELECTION_LOGIC_RESULT_CODE, stats.getGetAdSelectionLogicResultCode()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java327 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in testAdSelectionExecutionLogger_SuccessAdSelection()
456 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
563 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
669 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
DAdServicesLoggerImplTest.java193 argumentCaptor.getValue().getGetAdSelectionLogicResultCode(), in testLogRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java1136 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1195 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
1259 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in verifySuccessAdScoringLogging()