Searched refs:getNetworkCountryIsoForPhone (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSmsNumberUtils.java583 getNetworkCountryIsoForPhone(phone.getPhoneId());
H A DGsmCdmaCallTracker.java381 String operatorIsoContry = tm.getNetworkCountryIsoForPhone(mPhone.getPhoneId());
H A DServiceStateTracker.java3873 getNetworkCountryIsoForPhone(mPhone.getPhoneId());
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1426 return getNetworkCountryIsoForPhone(getDefaultPhone());
1442 return getNetworkCountryIsoForPhone(phoneId);
1456 public String getNetworkCountryIsoForPhone(int phoneId) { method in class:TelephonyManager

Completed in 213 milliseconds