Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1148 return getNetworkCountryIsoForPhone(getDefaultPhone()); in getNetworkCountryIso()
1164 return getNetworkCountryIsoForPhone(phoneId); in getNetworkCountryIsoForSubscription()
1178 public String getNetworkCountryIsoForPhone(int phoneId) { in getNetworkCountryIsoForPhone() method in TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSmsNumberUtils.java581 String operatorIsoCountry = TelephonyManager.getDefault().getNetworkCountryIsoForPhone( in isInternationalRoaming()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaCallTracker.java184 String operatorIsoContry = tm.getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in dial()
DCdmaServiceStateTracker.java1603 getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in setTimeFromNITZString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java1731 getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in setTimeFromNITZString()