Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdBiddingPerCAProcessReportedStats.java25 public abstract int getNumOfAdsForBidding(); in getNumOfAdsForBidding() method in RunAdBiddingPerCAProcessReportedStats
DStatsdAdServicesLogger.java284 stats.getNumOfAdsForBidding(), in logRunAdBiddingPerCAProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdBiddingPerCAExecutionLoggerTest.java172 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfAdsForBidding()) in testRunAdBiddingPerCAExecutionLogger_SuccessRunAdBiddingPerCA()
253 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfAdsForBidding()) in testRunAdBiddingPerCAExecutionLogger_FailedBeforeGenerateBids()
335 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfAdsForBidding()) in testRunAdBiddingPerCAExecutionLogger_FailedByGenerateBids()
413 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfAdsForBidding()) in testRunAdBiddingPerCAExecutionLogger_FailedByGetTrustedBiddingSignals()
481 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfAdsForBidding()) in testRunAdBiddingPerCAExecutionLogger_FailedByGetBuyerDecisionLogic()
DRunAdBiddingPerCAProcessReportedStatsTest.java84 assertEquals(NUM_OF_ADS_FOR_BIDDING, stats.getNumOfAdsForBidding()); in testBuilderCreateSuccess()
DAdServicesLoggerImplTest.java381 expect.that(loggedStats.getNumOfAdsForBidding()).isEqualTo(NUM_OF_ADS_FOR_BIDDING); in testLogRunAdBiddingPerCAProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdBidGeneratorImplTest.java2964 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfAdsForBidding()).isEqualTo(0); in verifyFailedRunAdBiddingEmptyAds()
3017 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfAdsForBidding()) in verifyFailedRunAdBiddingPerCALoggingTrustedBiddingSignals()
3071 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfAdsForBidding()) in verifyFailedRunAdBiddingPerCALoggingGetBuyerBiddingJs()
3127 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfAdsForBidding()) in verifyFailedRunAdBiddingPerCALoggingByGenerateBids()
3178 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfAdsForBidding()) in verifyFailedRunAdBiddingPerCALoggingTimeoutException()
3196 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfAdsForBidding()) in verifySuccessAdBiddingPerCALogging()