Searched refs:getCanonicalByCountry (Results 1 – 1 of 1) sorted by relevance
766 return getCanonicalByCountry(phoneText, getLocaleCountry()); in getCanonicalBySystemLocale()777 return getCanonicalByCountry(phoneText, getSimOrDefaultLocaleCountry()); in getCanonicalBySimLocale()788 private String getCanonicalByCountry(final String phoneText, final String country) { in getCanonicalByCountry() method in PhoneUtils