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.java584 String simIsoCountry = TelephonyManager.from(phone.getContext()).getSimCountryIsoForPhone( in isInternationalRoaming()
DGsmCdmaCallTracker.java377 String simIsoContry = tm.getSimCountryIsoForPhone(mPhone.getPhoneId()); in dial()
DSubscriptionController.java326 return mTelephonyManager.getSimCountryIsoForPhone(phoneId); in getSubscriptionCountryIso()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1965 return getSimCountryIsoForPhone(getDefaultPhone()); in getSimCountryIso()
1976 return getSimCountryIsoForPhone(phoneId); in getSimCountryIso()
1984 public String getSimCountryIsoForPhone(int phoneId) { in getSimCountryIsoForPhone() method in TelephonyManager