Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DAdSelectionConfig.java59 @NonNull private final Map<AdTechIdentifier, SignedContextualAds> mBuyerSignedContextualAds; field in AdSelectionConfig
84 this.mBuyerSignedContextualAds = Collections.emptyMap(); in AdSelectionConfig()
103 this.mBuyerSignedContextualAds = perBuyerSignedContextualAds; in AdSelectionConfig()
117 mBuyerSignedContextualAds = in AdSelectionConfig()
138 AdServicesParcelableUtil.writeMapToParcel(dest, mBuyerSignedContextualAds); in writeToParcel()
153 && Objects.equals(mBuyerSignedContextualAds, that.mBuyerSignedContextualAds) in equals()
166 mBuyerSignedContextualAds, in hashCode()
252 return new HashMap<>(mBuyerSignedContextualAds); in getPerBuyerSignedContextualAds()
272 private Map<AdTechIdentifier, SignedContextualAds> mBuyerSignedContextualAds = field in AdSelectionConfig.Builder
401 this.mBuyerSignedContextualAds = buyerSignedContextualAds; in setPerBuyerSignedContextualAds()
[all …]