Home
last modified time | relevance | path

Searched defs:componentAds (Results 1 – 14 of 14) sorted by relevance

/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/customaudience/
DComponentAdsListValidatorTest.java65 List<ComponentAdData> componentAds = new ArrayList<>(); in testFilterComponentAds_incorrectBuyer_filteredOut() local
82 List<ComponentAdData> componentAds = new ArrayList<>(); in testFilterComponentAds_inValidUri_filteredOut() local
101 List<ComponentAdData> componentAds = new ArrayList<>(); in testFilterComponentAds_tooLongRenderId_filteredOut() local
DComponentAdsStrategyTest.java357 List<ComponentAdData> componentAds = in testExtractValidComponentAdsEnabled() local
370 List<ComponentAdData> componentAds = in testExtractValidComponentAdsDisabled() local
DScheduleCustomAudienceUpdateTestUtils.java224 List<List<ComponentAdData>> componentAds) in createJsonResponsePayloadWithComponentAds()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/customaudience/
DComponentAdsListValidator.java63 AdTechIdentifier buyer, List<ComponentAdData> componentAds) { in extractValidComponentAds()
DComponentAdsStrategyDisabled.java49 AdTechIdentifier buyer, List<ComponentAdData> componentAds) { in extractValidComponentAds()
DComponentAdsStrategy.java44 AdTechIdentifier buyer, List<ComponentAdData> componentAds); in extractValidComponentAds()
DComponentAdsStrategyEnabled.java57 AdTechIdentifier buyer, List<ComponentAdData> componentAds) { in extractValidComponentAds()
DCustomAudienceUpdatableData.java477 public abstract Builder setComponentAds(@Nullable List<ComponentAdData> componentAds); in setComponentAds()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/customaudience/
DCustomAudienceDao.java119 List<ComponentAdData> componentAds) { in insertOrOverwriteCustomAudienceAndBackgroundFetchData()
146 List<ComponentAdData> componentAds) { in insertOrOverwriteCustomAudience()
204 List<ComponentAdData> componentAds = updatableData.getComponentAds(); in updateCustomAudienceAndBackgroundFetchData() local
/packages/modules/AdServices/adservices/framework/java/android/adservices/customaudience/
DCustomAudience.java579 public CustomAudience.Builder setComponentAds(@NonNull List<ComponentAdData> componentAds) { in setComponentAds()
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/adselection/
DGetAdSelectionDataRunnerTest.java1669 List<ComponentAdData> componentAds = in createAndPersistDBCustomAudiencesWithAdRenderIdAndComponentAds() local
DBuyerInputGeneratorTest.java1314 List<ComponentAdData> componentAds = in createAndPersistDBCustomAudiencesWithAdRenderIdAndComponentAds() local
DAuctionServerIntegrationTest.java812 List<ComponentAdData> componentAds = in testAuctionServerFlow_withoutEncrypt_validRequest_ComponentAdsEnabled() local
/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/data/customaudience/
DCustomAudienceDaoTest.java4013 List<ComponentAdData> componentAds = in insertOrOverwriteCustomAudience_WithComponentAds() local