Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/rootcts/
DCustomAudienceBackgroundFetchTest.java65 joinCustomAudience(makeCustomAudience(CA_NAME).setAds(List.of()).build()); in testAdSelection_withInvalidFields_backgroundJobUpdatesSuccessfully()
92 joinCustomAudience(makeCustomAudience(CA_NAME).setAds(List.of()).build()); in testAdSelection_withInvalidAds_backgroundJobUpdateFails()
120 joinCustomAudience(makeCustomAudience(CA_NAME).setAds(List.of()).build()); in testAdSelection_withHighLatencyBackend_backgroundJobFails()
151 joinCustomAudience(makeCustomAudience(CA_NAME).setAds(List.of()).build()); in testAdSelection_withOverlyLargeDailyUpdate_backgroundJobFails()
182 joinCustomAudience(makeCustomAudience(CA_NAME).setAds(List.of()).build()); in testAdSelection_withLongRunningJob_backgroundJobFails()
DScheduleCustomAudienceUpdateTest.java139 CustomAudience customAudience = makeCustomAudience(CA_NAME).build(); in testScheduleCustomAudienceUpdate_DownloadedCaWinsAdSelection_success()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/utils/
DFledgeScenarioTest.java216 CustomAudience customAudience = makeCustomAudience(customAudienceName).build(); in leaveCustomAudience()
305 .setCustomAudience(makeCustomAudience(customAudienceName).build()) in makeJoinCustomAudienceRequest()
309 protected CustomAudience.Builder makeCustomAudience(String customAudienceName) { in makeCustomAudience() method in FledgeScenarioTest
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DAdSelectionTest.java216 CustomAudience customAudience = makeCustomAudience(customAudienceName).build(); in testAdSelection_withFetchCustomAudience_fetchesAndReturnsSuccessfully()
255 makeCustomAudience(SHOES_CA) in testAdSelection_withShortlyExpiringCustomAudience_selectAdsThrowsException()