Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStats.java42 public abstract int getGetTrustedScoringSignalsResultCode(); in getGetTrustedScoringSignalsResultCode() method in RunAdScoringProcessReportedStats
DAdSelectionExecutionLogger.java653 getGetTrustedScoringSignalsResultCode(resultCode)) in getRunAdScoringProcessReportedStats()
732 private int getGetTrustedScoringSignalsResultCode(int resultCode) { in getGetTrustedScoringSignalsResultCode() method in AdSelectionExecutionLogger
DStatsdAdServicesLogger.java265 stats.getGetTrustedScoringSignalsResultCode(), in logRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdScoringProcessReportedStatsTest.java94 stats.getGetTrustedScoringSignalsResultCode()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java354 assertThat(runAdScoringProcessReportedStats.getGetTrustedScoringSignalsResultCode()) in testAdSelectionExecutionLogger_SuccessAdSelection()
491 assertThat(runAdScoringProcessReportedStats.getGetTrustedScoringSignalsResultCode()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
605 assertThat(runAdScoringProcessReportedStats.getGetTrustedScoringSignalsResultCode()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
711 assertThat(runAdScoringProcessReportedStats.getGetTrustedScoringSignalsResultCode()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
DAdServicesLoggerImplTest.java277 expect.that(loggedStats.getGetTrustedScoringSignalsResultCode()) in testLogRunAdScoringProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdsScoreGeneratorImplTest.java1763 assertThat(runAdScoringProcessReportedStats.getGetTrustedScoringSignalsResultCode()) in verifyFailedAdScoringLoggingJSONExceptionWithScoreAds()
1826 assertThat(runAdScoringProcessReportedStats.getGetTrustedScoringSignalsResultCode()) in verifyFailedAdScoringLoggingMissingTrustedScoringSignals()
1889 assertThat(runAdScoringProcessReportedStats.getGetTrustedScoringSignalsResultCode()) in verifySuccessAdScoringLogging()