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.java30 public abstract int getGetAdSelectionLogicResultCode(); in getGetAdSelectionLogicResultCode() method in RunAdScoringProcessReportedStats
DAdSelectionExecutionLogger.java646 .setGetAdSelectionLogicResultCode(getGetAdSelectionLogicResultCode(resultCode)) in getRunAdScoringProcessReportedStats()
758 private int getGetAdSelectionLogicResultCode(int resultCode) { in getGetAdSelectionLogicResultCode() method in AdSelectionExecutionLogger
DStatsdAdServicesLogger.java261 stats.getGetAdSelectionLogicResultCode(), in logRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStatsTest.java84 assertEquals(GET_AD_SELECTION_LOGIC_RESULT_CODE, stats.getGetAdSelectionLogicResultCode()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java346 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in testAdSelectionExecutionLogger_SuccessAdSelection()
482 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
593 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
703 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
DAdServicesLoggerImplTest.java269 expect.that(loggedStats.getGetAdSelectionLogicResultCode()) in testLogRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java1755 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1815 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
1881 assertThat(runAdScoringProcessReportedStats.getGetAdSelectionLogicResultCode()) in verifySuccessAdScoringLogging()