Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DPhoneUtils.java797 String canonicalNumber = getCanonicalFromCache(phoneText, country); in getCanonicalByCountry() local
798 if (canonicalNumber != null) { in getCanonicalByCountry()
799 return canonicalNumber; in getCanonicalByCountry()
801 canonicalNumber = getValidE164Number(phoneText, country); in getCanonicalByCountry()
802 if (canonicalNumber == null) { in getCanonicalByCountry()
805 canonicalNumber = phoneText; in getCanonicalByCountry()
807 putCanonicalToCache(phoneText, country, canonicalNumber); in getCanonicalByCountry()
808 return canonicalNumber; in getCanonicalByCountry()