Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/framework/java/android/adservices/adselection/
DSellerConfiguration.java50 List<PerBuyerConfiguration> perBuyerConfigurationList = in SellerConfiguration() local
54 if (Objects.nonNull(perBuyerConfigurationList)) { in SellerConfiguration()
55 mPerBuyerConfigurations = new HashSet<>(perBuyerConfigurationList); in SellerConfiguration()