Home
last modified time | relevance | path

Searched refs:NUM_BUYERS_REQUESTED (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java111 public static final int NUM_BUYERS_REQUESTED = 5; field in AdSelectionExecutionLoggerTest
281 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 …]
DRunAdBiddingProcessReportedStatsTest.java31 static final int NUM_BUYERS_REQUESTED = 5; field in RunAdBiddingProcessReportedStatsTest
53 .setNumBuyersRequested(NUM_BUYERS_REQUESTED) in testBuilderCreateSuccess()
70 assertEquals(NUM_BUYERS_REQUESTED, stats.getNumBuyersRequested()); in testBuilderCreateSuccess()
DAdServicesLoggerImplTest.java79 …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()