Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/dialpad/
DSmartDialPrefix.java274 if (isValidCountryCode(countryCode)) { in parsePhoneNumber()
321 private static boolean isValidCountryCode(String countryCode) { in isValidCountryCode() method in SmartDialPrefix