Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DRunAdBiddingProcessReportedStatsTest.java32 static final int NUM_BUYERS_FETCHED = 3; field in RunAdBiddingProcessReportedStatsTest
54 .setNumBuyersFetched(NUM_BUYERS_FETCHED) in testBuilderCreateSuccess()
71 assertEquals(NUM_BUYERS_FETCHED, stats.getNumBuyersFetched()); in testBuilderCreateSuccess()
DAdSelectionExecutionLoggerTest.java112 public static final int NUM_BUYERS_FETCHED = 3; field in AdSelectionExecutionLoggerTest
282 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 …]
DAdServicesLoggerImplTest.java78 …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()