Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DPhoneUtils.java92 public abstract String getSimCountry(); in getSimCountry() method in PhoneUtils
269 public String getSimCountry() { in getSimCountry() method in PhoneUtils.PhoneUtilsPreLMR1
419 public String getSimCountry() { in getSimCountry() method in PhoneUtils.PhoneUtilsLMR1
701 String country = getSimCountry(); in getSimOrDefaultLocaleCountry()
840 final String country = getSimCountry(); in getSimNumberNoCountryCode()
/packages/services/Mms/src/com/android/mms/service/
DPhoneUtils.java76 String country = getSimCountry(telephonyManager, subId); in getSimOrDefaultLocaleCountry()
85 private static String getSimCountry(TelephonyManager telephonyManager, int subId) { in getSimCountry() method in PhoneUtils