Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java586 String simIsoCountry = TelephonyManager.getDefault().getSimCountryIsoForPhone( in isInternationalRoaming()
DSubscriptionController.java316 return mTelephonyManager.getSimCountryIsoForPhone(phoneId); in getSubscriptionCountryIso()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1853 return getSimCountryIsoForPhone(getDefaultPhone()); in getSimCountryIso()
1876 return getSimCountryIsoForPhone(phoneId); in getSimCountryIsoForSubscription()
1884 public String getSimCountryIsoForPhone(int phoneId) { in getSimCountryIsoForPhone() method in TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java186 String simIsoContry = tm.getSimCountryIsoForPhone(mPhone.getPhoneId()); in dial()