Home
last modified time | relevance | path

Searched refs:getCsCallRadioTech (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaConnection.java157 setCallRadioTech(mOwner.getPhone().getCsCallRadioTech()); in GsmCdmaConnection()
212 setCallRadioTech(mOwner.getPhone().getCsCallRadioTech()); in GsmCdmaConnection()
236 setCallRadioTech(mOwner.getPhone().getCsCallRadioTech()); in GsmCdmaConnection()
DGsmCdmaPhone.java3795 public @ServiceState.RilRadioTechnology int getCsCallRadioTech() { in getCsCallRadioTech() method in GsmCdmaPhone
3798 calcVrat = getCsCallRadioTech(mSST.mSS.getVoiceRegState(), in getCsCallRadioTech()
3824 private @ServiceState.RilRadioTechnology int getCsCallRadioTech(int vrs, int vrat) { in getCsCallRadioTech() method in GsmCdmaPhone
3841 mCT.dispatchCsCallRadioTech(getCsCallRadioTech(vrs, vrat)); in onVoiceRegStateOrRatChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java962 assertEquals(mPhoneUT.getCsCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_UMTS); in testGetCsCallRadioTech()
966 assertEquals(mPhoneUT.getCsCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_UNKNOWN); in testGetCsCallRadioTech()
976 assertEquals(mPhoneUT.getCsCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_UNKNOWN); in testGetCsCallRadioTech()