Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DRunAdBiddingPerCAExecutionLogger.java347 .setNumOfKeysOfTrustedBiddingSignals(getNumOfKeysOfTrustedBiddingSignals()) in getRunAdBiddingPerCAProcessReportedStats()
426 private int getNumOfKeysOfTrustedBiddingSignals() { in getNumOfKeysOfTrustedBiddingSignals() method in RunAdBiddingPerCAExecutionLogger
DRunAdBiddingPerCAProcessReportedStats.java46 public abstract int getNumOfKeysOfTrustedBiddingSignals(); in getNumOfKeysOfTrustedBiddingSignals() method in RunAdBiddingPerCAProcessReportedStats
DStatsdAdServicesLogger.java291 stats.getNumOfKeysOfTrustedBiddingSignals(), in logRunAdBiddingPerCAProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdBiddingPerCAExecutionLoggerTest.java188 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfKeysOfTrustedBiddingSignals()) in testRunAdBiddingPerCAExecutionLogger_SuccessRunAdBiddingPerCA()
269 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfKeysOfTrustedBiddingSignals()) in testRunAdBiddingPerCAExecutionLogger_FailedBeforeGenerateBids()
351 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfKeysOfTrustedBiddingSignals()) in testRunAdBiddingPerCAExecutionLogger_FailedByGenerateBids()
429 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfKeysOfTrustedBiddingSignals()) in testRunAdBiddingPerCAExecutionLogger_FailedByGetTrustedBiddingSignals()
498 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfKeysOfTrustedBiddingSignals()) in testRunAdBiddingPerCAExecutionLogger_FailedByGetBuyerDecisionLogic()
DRunAdBiddingPerCAProcessReportedStatsTest.java100 stats.getNumOfKeysOfTrustedBiddingSignals()); in testBuilderCreateSuccess()
DAdServicesLoggerImplTest.java394 expect.that(loggedStats.getNumOfKeysOfTrustedBiddingSignals()) in testLogRunAdBiddingPerCAProcessReportedStats()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdBidGeneratorImplTest.java2979 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfKeysOfTrustedBiddingSignals()) in verifyFailedRunAdBiddingEmptyAds()
3033 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfKeysOfTrustedBiddingSignals()) in verifyFailedRunAdBiddingPerCALoggingTrustedBiddingSignals()
3088 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfKeysOfTrustedBiddingSignals()) in verifyFailedRunAdBiddingPerCALoggingGetBuyerBiddingJs()
3143 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfKeysOfTrustedBiddingSignals()) in verifyFailedRunAdBiddingPerCALoggingByGenerateBids()
3212 assertThat(runAdBiddingPerCAProcessReportedStats.getNumOfKeysOfTrustedBiddingSignals()) in verifySuccessAdBiddingPerCALogging()