Searched refs:countryCodes (Results 1 – 1 of 1) sorted by relevance
63 private static Set<String> countryCodes = null; field in SmartDialPrefix295 if (countryCodes == null) { in isValidCountryCode()296 countryCodes = initCountryCodes(); in isValidCountryCode()298 return countryCodes.contains(countryCode); in isValidCountryCode()