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/ |
D | AdSelectionConfigValidatorTest.java | 354 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()
|
D | AdsScoreGeneratorImplTest.java | 1935 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()
|
D | OnDeviceAdSelectionRunnerTest.java | 4931 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()
|
D | AdSelectionE2ETest.java | 7952 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/ |
D | FledgeCtsDebuggableTest.java | 4950 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/ |
D | FledgeE2ETest.java | 5553 Map<AdTechIdentifier, SignedContextualAds> buyerContextualAds = new HashMap<>(); in createContextualAds() local 5566 buyerContextualAds.put(buyer, contextualAds); in createContextualAds() 5567 return buyerContextualAds; in createContextualAds()
|