Searched refs:NUM_BUYERS_FETCHED (Results 1 – 3 of 3) sorted by relevance
32 static final int NUM_BUYERS_FETCHED = 3; field in RunAdBiddingProcessReportedStatsTest54 .setNumBuyersFetched(NUM_BUYERS_FETCHED) in testBuilderCreateSuccess()71 assertEquals(NUM_BUYERS_FETCHED, stats.getNumBuyersFetched()); in testBuilderCreateSuccess()
112 public static final int NUM_BUYERS_FETCHED = 3; field in AdSelectionExecutionLoggerTest282 adSelectionExecutionLogger.endGetBuyersCustomAudience(NUM_BUYERS_FETCHED); in testAdSelectionExecutionLogger_SuccessAdSelection()322 .isEqualTo(NUM_BUYERS_FETCHED); in testAdSelectionExecutionLogger_SuccessAdSelection()426 adSelectionExecutionLogger.endGetBuyersCustomAudience(NUM_BUYERS_FETCHED); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()458 .isEqualTo(NUM_BUYERS_FETCHED); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()541 adSelectionExecutionLogger.endGetBuyersCustomAudience(NUM_BUYERS_FETCHED); in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()569 .isEqualTo(NUM_BUYERS_FETCHED); in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()652 adSelectionExecutionLogger.endGetBuyersCustomAudience(NUM_BUYERS_FETCHED); in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()676 .isEqualTo(NUM_BUYERS_FETCHED); in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()765 adSelectionExecutionLogger.endGetBuyersCustomAudience(NUM_BUYERS_FETCHED); in testAdSelectionExecutionLogger_redundantEndOfGetBuyersCustomAudience()[all …]
78 …tatic com.android.adservices.service.stats.RunAdBiddingProcessReportedStatsTest.NUM_BUYERS_FETCHED;310 .setNumBuyersFetched(NUM_BUYERS_FETCHED) in testLogRunAdBiddingProcessReportedStats()330 expect.that(loggedStats.getNumBuyersFetched()).isEqualTo(NUM_BUYERS_FETCHED); in testLogRunAdBiddingProcessReportedStats()