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