Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/stats/
DAdSelectionExecutionLoggerTest.java171 private static final List<DBCustomAudience> CUSTOM_AUDIENCES = field in AdSelectionExecutionLoggerTest
174 CUSTOM_AUDIENCES.stream()
179 private static final int NUM_OF_CAS_ENTERING_BIDDING = CUSTOM_AUDIENCES.size();
284 adSelectionExecutionLogger.startRunAdBidding(CUSTOM_AUDIENCES); in testAdSelectionExecutionLogger_SuccessAdSelection()
428 adSelectionExecutionLogger.startRunAdBidding(CUSTOM_AUDIENCES); in testAdSelectionExecutionLogger_FailedAdSelectionDuringScoreAds()
543 adSelectionExecutionLogger.startRunAdBidding(CUSTOM_AUDIENCES); in testAdSelectionExecutionLogger_FailedAdSelectionDuringFetchTrustedScoringSignals()
654 adSelectionExecutionLogger.startRunAdBidding(CUSTOM_AUDIENCES); in testAdSelectionExecutionLogger_FailedAdSelectionDuringGetAdSelectionLogicScript()
797 () -> adSelectionExecutionLogger.startRunAdBidding(CUSTOM_AUDIENCES)); in testAdSelectionExecutionLogger_missingGetBuyersCustomAudience()
813 adSelectionExecutionLogger.startRunAdBidding(CUSTOM_AUDIENCES); in testAdSelectionExecutionLogger_redundantStartRunAdBidding()
817 () -> adSelectionExecutionLogger.startRunAdBidding(CUSTOM_AUDIENCES)); in testAdSelectionExecutionLogger_redundantStartRunAdBidding()
[all …]