Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/adselection/
DAdSelectionConfigValidatorTest.java354 Map<AdTechIdentifier, SignedContextualAds> buyerContextualAds = new HashMap<>(); in testContextualAdsDecisionLogicEtldMismatch() local
363 buyerContextualAds.put(buyer2, contextualAds2); in testContextualAdsDecisionLogicEtldMismatch()
366 .setPerBuyerSignedContextualAds(buyerContextualAds) in testContextualAdsDecisionLogicEtldMismatch()
384 Map<AdTechIdentifier, SignedContextualAds> buyerContextualAds = new HashMap<>(); in testContextualAdsRenderUriEtldMismatch() local
403 buyerContextualAds.put(buyer2, contextualAds2); in testContextualAdsRenderUriEtldMismatch()
406 .setPerBuyerSignedContextualAds(buyerContextualAds) in testContextualAdsRenderUriEtldMismatch()
453 Map<AdTechIdentifier, SignedContextualAds> buyerContextualAds = new HashMap<>(); in testContextualAdsExceededFrequencyCapLimits() local
454 buyerContextualAds.put( in testContextualAdsExceededFrequencyCapLimits()
463 .setPerBuyerSignedContextualAds(buyerContextualAds) in testContextualAdsExceededFrequencyCapLimits()
DAdsScoreGeneratorImplTest.java1935 Map<AdTechIdentifier, SignedContextualAds> buyerContextualAds = new HashMap<>(); in createContextualAds() local
1949 buyerContextualAds.put(buyer1, contextualAds1); in createContextualAds()
1950 buyerContextualAds.put(buyer2, contextualAds2); in createContextualAds()
1952 return buyerContextualAds; in createContextualAds()
DOnDeviceAdSelectionRunnerTest.java4931 Map<AdTechIdentifier, SignedContextualAds> buyerContextualAds = new HashMap<>(); in createContextualAds() local
4951 buyerContextualAds.put(buyer1, contextualAds1); in createContextualAds()
4952 buyerContextualAds.put(buyer2, contextualAds2); in createContextualAds()
4954 for (AdTechIdentifier adTech : buyerContextualAds.keySet()) { in createContextualAds()
4968 return buyerContextualAds; in createContextualAds()
DAdSelectionE2ETest.java7952 Map<AdTechIdentifier, SignedContextualAds> buyerContextualAds = new HashMap<>(); in createContextualAds() local
7967 buyerContextualAds.put(buyer2, contextualAds2); in createContextualAds()
7968 persistEncryptionKeyInDb(buyerContextualAds); in createContextualAds()
7969 return buyerContextualAds; in createContextualAds()
7973 Map<AdTechIdentifier, SignedContextualAds> buyerContextualAds) { in persistEncryptionKeyInDb() argument
7974 for (AdTechIdentifier adTech : buyerContextualAds.keySet()) { in persistEncryptionKeyInDb()
/packages/modules/AdServices/adservices/tests/cts/src/android/adservices/debuggablects/
DFledgeCtsDebuggableTest.java4950 Map<AdTechIdentifier, SignedContextualAds> buyerContextualAds = new HashMap<>(); in createAuthenticatedContextualAds() local
4962 buyerContextualAds.put(buyer1, contextualAds1); in createAuthenticatedContextualAds()
4963 buyerContextualAds.put(buyer2, contextualAds2); in createAuthenticatedContextualAds()
4965 return buyerContextualAds; in createAuthenticatedContextualAds()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/common/
DFledgeE2ETest.java5553 Map<AdTechIdentifier, SignedContextualAds> buyerContextualAds = new HashMap<>(); in createContextualAds() local
5566 buyerContextualAds.put(buyer, contextualAds); in createContextualAds()
5567 return buyerContextualAds; in createContextualAds()