Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DNitzStateMachine.java136 public String getNetworkCountryIsoForPhone() { in getNetworkCountryIsoForPhone() method in NitzStateMachine.DeviceState
137 return mTelephonyManager.getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in getNetworkCountryIsoForPhone()
DNewNitzStateMachine.java128 String isoCountryCode = mDeviceState.getNetworkCountryIsoForPhone(); in handleNetworkCountryCodeSet()
139 String isoCountryCode = mDeviceState.getNetworkCountryIsoForPhone(); in updateTimeZoneFromCountryAndNitz()
DOldNitzStateMachine.java136 String isoCountryCode = mDeviceState.getNetworkCountryIsoForPhone(); in handleNetworkCountryCodeSet()
147 String isoCountryCode = mDeviceState.getNetworkCountryIsoForPhone(); in updateTimeZoneFromCountryAndNitz()
DSmsNumberUtils.java588 getNetworkCountryIsoForPhone(phone.getPhoneId()); in isInternationalRoaming()
DSMSDispatcher.java1227 mTelephonyManager.getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in checkDestination()
1235 mTelephonyManager.getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in checkDestination()
DGsmCdmaCallTracker.java417 String operatorIsoContry = tm.getNetworkCountryIsoForPhone(mPhone.getPhoneId()); in dialCdma()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DNewNitzStateMachineTest.java775 when(mDeviceState.getNetworkCountryIsoForPhone()).thenReturn(""); in initialize()
786 when(mDeviceState.getNetworkCountryIsoForPhone()).thenReturn(countryIsoCode); in networkCountryKnown()
DOldNitzStateMachineTest.java898 when(mDeviceState.getNetworkCountryIsoForPhone()).thenReturn(""); in initialize()
910 when(mDeviceState.getNetworkCountryIsoForPhone()).thenReturn(countryIsoCode); in networkCountryKnown()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl304 String getNetworkCountryIsoForPhone(int phoneId); in getNetworkCountryIsoForPhone() method