Searched refs:supportedCountryCodes (Results 1 – 1 of 1) sorted by relevance
47 private final Set<String> supportedCountryCodes; field in CountryCodeProvider50 supportedCountryCodes = in CountryCodeProvider()57 "CountryCodeProvider.CountryCodeProvider", "Using country codes: " + supportedCountryCodes); in CountryCodeProvider()62 return supportedCountryCodes.contains(countryCode); in isSupportedCountryCode()