Searched refs:canonicalNumber (Results 1 – 1 of 1) sorted by relevance
797 String canonicalNumber = getCanonicalFromCache(phoneText, country); in getCanonicalByCountry() local798 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()