Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1681 return getSimCountryIsoForPhone(getDefaultPhone()); in getSimCountryIso()
1704 return getSimCountryIsoForPhone(phoneId); in getSimCountryIsoForSubscription()
1712 public String getSimCountryIsoForPhone(int phoneId) { in getSimCountryIsoForPhone() method in TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java583 String simIsoCountry = TelephonyManager.getDefault().getSimCountryIsoForPhone( in isInternationalRoaming()
DSubscriptionController.java303 return mTelephonyManager.getSimCountryIsoForPhone(phoneId); in getSubscriptionCountryIso()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java185 String simIsoContry = tm.getSimCountryIsoForPhone(mPhone.getPhoneId()); in dial()