Searched refs:isSupportedCountryCode (Results 1 – 3 of 3) sorted by relevance
135 countryCodeProvider.isSupportedCountryCode(userHomeCountryCode) in areSupportedCountryCodes()136 && countryCodeProvider.isSupportedCountryCode(userRoamingCountryCode); in areSupportedCountryCodes()
61 public boolean isSupportedCountryCode(String countryCode) { in isSupportedCountryCode() method in CountryCodeProvider
132 if (countryCodeProvider.isSupportedCountryCode(tuple.countryCode().toString())) { in updateCountryChoices()