Searched refs:getCsCallRadioTech (Results 1 – 4 of 4) sorted by relevance
155 setCallRadioTech(mOwner.getPhone().getCsCallRadioTech()); in GsmCdmaConnection()210 setCallRadioTech(mOwner.getPhone().getCsCallRadioTech()); in GsmCdmaConnection()234 setCallRadioTech(mOwner.getPhone().getCsCallRadioTech()); in GsmCdmaConnection()
4176 public @RilRadioTechnology int getCsCallRadioTech() { in getCsCallRadioTech() method in GsmCdmaPhone4179 calcVrat = getCsCallRadioTech(mSST.mSS.getState(), in getCsCallRadioTech()4205 private @RilRadioTechnology int getCsCallRadioTech(int vrs, int vrat) { in getCsCallRadioTech() method in GsmCdmaPhone4222 mCT.dispatchCsCallRadioTech(getCsCallRadioTech(vrs, vrat)); in onVoiceRegStateOrRatChanged()
1177 assertEquals(mPhoneUT.getCsCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_UMTS); in testGetCsCallRadioTech()1181 assertEquals(mPhoneUT.getCsCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_UNKNOWN); in testGetCsCallRadioTech()1191 assertEquals(mPhoneUT.getCsCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_UNKNOWN); in testGetCsCallRadioTech()
22035 HSPLcom/android/internal/telephony/GsmCdmaPhone;->getCsCallRadioTech(II)I