Searched refs:getPerBuyerConfigurations (Results 1 – 3 of 3) sorted by relevance
53 expect.that(sellerConfiguration.getPerBuyerConfigurations()) in testSellerConfiguration_success()66 expect.that(sellerConfiguration.getPerBuyerConfigurations()).isEmpty(); in testSellerConfiguration_withoutPerBuyerConfigurations_success()83 expect.that(fromParcel.getPerBuyerConfigurations()).isEqualTo(PER_BUYER_CONFIGURATIONS); in testParcelSellerConfiguration()110 expect.that(fromParcel.getPerBuyerConfigurations()).isEmpty(); in testParcelSellerConfigurationWithoutPerBuyerConfiguration()
136 public Set<PerBuyerConfiguration> getPerBuyerConfigurations() { in getPerBuyerConfigurations() method in SellerConfiguration
235 …ic java.util.Set<android.adservices.adselection.PerBuyerConfiguration> getPerBuyerConfigurations();