Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/tests/perf/src/android/adservices/test/scenario/adservices/utils/
DStaticAdTechServerUtils.java56 private static final String SELLER_BASE_DOMAIN = field in StaticAdTechServerUtils
58 private static final AdTechIdentifier SELLER = AdTechIdentifier.fromString(SELLER_BASE_DOMAIN);
135 String sellerBaseAddress = String.format(SERVER_BASE_ADDRESS_FORMAT, SELLER_BASE_DOMAIN); in createAndGetAdSelectionConfig()