Home
last modified time | relevance | path

Searched refs:getGetTrustedBiddingSignalsResultCode (Results 1 – 6 of 6) sorted by relevance

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdBiddingPerCAProcessReportedStats.java55 public abstract int getGetTrustedBiddingSignalsResultCode(); in getGetTrustedBiddingSignalsResultCode() method in RunAdBiddingPerCAProcessReportedStats
DStatsdAdServicesLogger.java294 stats.getGetTrustedBiddingSignalsResultCode(), in logRunAdBiddingPerCAProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdBiddingPerCAExecutionLoggerTest.java198 assertThat(runAdBiddingPerCAProcessReportedStats.getGetTrustedBiddingSignalsResultCode()) in testRunAdBiddingPerCAExecutionLogger_SuccessRunAdBiddingPerCA()
279 assertThat(runAdBiddingPerCAProcessReportedStats.getGetTrustedBiddingSignalsResultCode()) in testRunAdBiddingPerCAExecutionLogger_FailedBeforeGenerateBids()
361 assertThat(runAdBiddingPerCAProcessReportedStats.getGetTrustedBiddingSignalsResultCode()) in testRunAdBiddingPerCAExecutionLogger_FailedByGenerateBids()
442 assertThat(runAdBiddingPerCAProcessReportedStats.getGetTrustedBiddingSignalsResultCode()) in testRunAdBiddingPerCAExecutionLogger_FailedByGetTrustedBiddingSignals()
508 assertThat(runAdBiddingPerCAProcessReportedStats.getGetTrustedBiddingSignalsResultCode()) in testRunAdBiddingPerCAExecutionLogger_FailedByGetBuyerDecisionLogic()
DRunAdBiddingPerCAProcessReportedStatsTest.java109 stats.getGetTrustedBiddingSignalsResultCode()); in testBuilderCreateSuccess()
DAdServicesLoggerImplTest.java400 expect.that(loggedStats.getGetTrustedBiddingSignalsResultCode()) in testLogRunAdBiddingPerCAProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdBidGeneratorImplTest.java2989 assertThat(runAdBiddingPerCAProcessReportedStats.getGetTrustedBiddingSignalsResultCode()) in verifyFailedRunAdBiddingEmptyAds()
3046 assertThat(runAdBiddingPerCAProcessReportedStats.getGetTrustedBiddingSignalsResultCode()) in verifyFailedRunAdBiddingPerCALoggingTrustedBiddingSignals()
3098 assertThat(runAdBiddingPerCAProcessReportedStats.getGetTrustedBiddingSignalsResultCode()) in verifyFailedRunAdBiddingPerCALoggingGetBuyerBiddingJs()
3153 assertThat(runAdBiddingPerCAProcessReportedStats.getGetTrustedBiddingSignalsResultCode()) in verifyFailedRunAdBiddingPerCALoggingByGenerateBids()
3222 assertThat(runAdBiddingPerCAProcessReportedStats.getGetTrustedBiddingSignalsResultCode()) in verifySuccessAdBiddingPerCALogging()