Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/dialpad/
DSmartDialPrefix.java65 private static Set<String> sCountryCodes = null; field in SmartDialPrefix
322 if (sCountryCodes == null) { in isValidCountryCode()
323 sCountryCodes = initCountryCodes(); in isValidCountryCode()
325 return sCountryCodes.contains(countryCode); in isValidCountryCode()