Searched refs:NUM_BUYERS_REQUESTED (Results 1 – 3 of 3) sorted by relevance
111 public static final int NUM_BUYERS_REQUESTED = 5; field in AdSelectionExecutionLoggerTest281 adSelectionExecutionLogger.startBiddingProcess(NUM_BUYERS_REQUESTED); in testAdSelectionExecutionLogger_SuccessAdSelection()320 .isEqualTo(NUM_BUYERS_REQUESTED); in testAdSelectionExecutionLogger_SuccessAdSelection()425 adSelectionExecutionLogger.startBiddingProcess(NUM_BUYERS_REQUESTED); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()456 .isEqualTo(NUM_BUYERS_REQUESTED); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()540 adSelectionExecutionLogger.startBiddingProcess(NUM_BUYERS_REQUESTED); in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()567 .isEqualTo(NUM_BUYERS_REQUESTED); in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()651 adSelectionExecutionLogger.startBiddingProcess(NUM_BUYERS_REQUESTED); in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()674 .isEqualTo(NUM_BUYERS_REQUESTED); in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()747 adSelectionExecutionLogger.startBiddingProcess(NUM_BUYERS_REQUESTED); in testAdSelectionExecutionLogger_redundantStartOfGetBuyersCustomAudience()[all …]
31 static final int NUM_BUYERS_REQUESTED = 5; field in RunAdBiddingProcessReportedStatsTest53 .setNumBuyersRequested(NUM_BUYERS_REQUESTED) in testBuilderCreateSuccess()70 assertEquals(NUM_BUYERS_REQUESTED, stats.getNumBuyersRequested()); in testBuilderCreateSuccess()
79 …tic com.android.adservices.service.stats.RunAdBiddingProcessReportedStatsTest.NUM_BUYERS_REQUESTED;309 .setNumBuyersRequested(NUM_BUYERS_REQUESTED) in testLogRunAdBiddingProcessReportedStats()329 expect.that(loggedStats.getNumBuyersRequested()).isEqualTo(NUM_BUYERS_REQUESTED); in testLogRunAdBiddingProcessReportedStats()