Searched defs:getNetworkCountryIsoForPhone (Results 1 - 2 of 2) sorted by path

/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1889 return getNetworkCountryIsoForPhone(getPhoneId());
1903 return getNetworkCountryIsoForPhone(getPhoneId(subId));
1917 public String getNetworkCountryIsoForPhone(int phoneId) { method in class:TelephonyManager
1921 return telephony.getNetworkCountryIsoForPhone(phoneId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DNitzStateMachine.java101 public String getNetworkCountryIsoForPhone() { method in class:NitzStateMachine.DeviceState
102 return mTelephonyManager.getNetworkCountryIsoForPhone(mPhone.getPhoneId());
200 String isoCountryCode = mDeviceState.getNetworkCountryIsoForPhone();
392 String iso = mDeviceState.getNetworkCountryIsoForPhone();
599 String iso = mDeviceState.getNetworkCountryIsoForPhone();

Completed in 132 milliseconds