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.java164 setCallRadioTech(mOwner.getPhone().getCsCallRadioTech()); in GsmCdmaConnection()
226 setCallRadioTech(mOwner.getPhone().getCsCallRadioTech()); in GsmCdmaConnection()
250 setCallRadioTech(mOwner.getPhone().getCsCallRadioTech()); in GsmCdmaConnection()
DGsmCdmaPhone.java4917 public @RilRadioTechnology int getCsCallRadioTech() { in getCsCallRadioTech() method in GsmCdmaPhone
4920 calcVrat = getCsCallRadioTech(mSST.mSS.getState(), in getCsCallRadioTech()
4946 private @RilRadioTechnology int getCsCallRadioTech(int vrs, int vrat) { in getCsCallRadioTech() method in GsmCdmaPhone
4964 mCT.dispatchCsCallRadioTech(getCsCallRadioTech(vrs, vrat)); in onVoiceRegStateOrRatChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java1241 assertEquals(mPhoneUT.getCsCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_UMTS); in testGetCsCallRadioTech()
1245 assertEquals(mPhoneUT.getCsCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_UNKNOWN); in testGetCsCallRadioTech()
1255 assertEquals(mPhoneUT.getCsCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_UNKNOWN); in testGetCsCallRadioTech()