Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdBiddingProcessReportedStats.java52 public abstract int getRunAdBiddingResultCode(); in getRunAdBiddingResultCode() method in RunAdBiddingProcessReportedStats
DAdSelectionExecutionLogger.java638 .setRunAdBiddingResultCode(getRunAdBiddingResultCode(resultCode)) in getRunAdBiddingProcessReportedStats()
835 private int getRunAdBiddingResultCode(int resultCode) { in getRunAdBiddingResultCode() method in AdSelectionExecutionLogger
DStatsdAdServicesLogger.java252 stats.getRunAdBiddingResultCode(), in logRunAdBiddingProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdBiddingProcessReportedStatsTest.java77 assertEquals(RUN_AD_BIDDING_RESULT_CODE, stats.getRunAdBiddingResultCode()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java333 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingResultCode()) in testAdSelectionExecutionLogger_SuccessAdSelection()
469 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingResultCode()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
580 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingResultCode()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
687 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingResultCode()) in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
933 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingResultCode()) in testAdSelectionExecutionLogger_failedGetBuyersCustomAudience()
980 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingResultCode()) in testAdSelectionExecutionLogger_emptyFetchedCustomAudiences()
1029 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingResultCode()) in testAdSelectionExecutionLogger_FailedDuringRunAdBidding()
DAdServicesLoggerImplTest.java341 expect.that(loggedStats.getRunAdBiddingResultCode()).isEqualTo(RUN_AD_BIDDING_RESULT_CODE); in testLogRunAdBiddingProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DOnDeviceAdSelectionRunnerTest.java4640 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingResultCode()) in verifyLogForSuccessfulBiddingProcess()
4670 assertThat(runAdBiddingProcessReportedStats.getRunAdBiddingResultCode()) in verifyLogForFailedBiddingStageDuringFetchBuyersCustomAudience()