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.java791 String canonicalNumber = getCanonicalFromCache(phoneText, country); in getCanonicalByCountry() local
792 if (canonicalNumber != null) { in getCanonicalByCountry()
793 return canonicalNumber; in getCanonicalByCountry()
795 canonicalNumber = getValidE164Number(phoneText, country); in getCanonicalByCountry()
796 if (canonicalNumber == null) { in getCanonicalByCountry()
799 canonicalNumber = phoneText; in getCanonicalByCountry()
801 putCanonicalToCache(phoneText, country, canonicalNumber); in getCanonicalByCountry()
802 return canonicalNumber; in getCanonicalByCountry()