Searched refs:sCountryCodes (Results 1 – 1 of 1) sorted by relevance
65 private static Set<String> sCountryCodes = null; field in SmartDialPrefix322 if (sCountryCodes == null) { in isValidCountryCode()323 sCountryCodes = initCountryCodes(); in isValidCountryCode()325 return sCountryCodes.contains(countryCode); in isValidCountryCode()