Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java584 String operatorIsoCountry = TelephonyManager.getDefault().getNetworkCountryIsoForPhone( in isInternationalRoaming()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1265 return getNetworkCountryIsoForPhone(getDefaultPhone()); in getNetworkCountryIso()
1281 return getNetworkCountryIsoForPhone(phoneId); in getNetworkCountryIsoForSubscription()
1295 public String getNetworkCountryIsoForPhone(int phoneId) { in getNetworkCountryIsoForPhone() method in TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java185 String operatorIsoContry = tm.getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in dial()
DCdmaServiceStateTracker.java1657 getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in setTimeFromNITZString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1783 getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in setTimeFromNITZString()