Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DPhoneUtils.java766 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