Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaConnection.java164 setCallRadioTech(mOwner.getPhone().getCsCallRadioTech()); in GsmCdmaConnection()
226 setCallRadioTech(mOwner.getPhone().getCsCallRadioTech()); in GsmCdmaConnection()
250 setCallRadioTech(mOwner.getPhone().getCsCallRadioTech()); in GsmCdmaConnection()
H A DGsmCdmaPhone.java4373 public @RilRadioTechnology int getCsCallRadioTech() { in getCsCallRadioTech() method in GsmCdmaPhone
4376 calcVrat = getCsCallRadioTech(mSST.mSS.getState(), in getCsCallRadioTech()
4402 private @RilRadioTechnology int getCsCallRadioTech(int vrs, int vrat) { in getCsCallRadioTech() method in GsmCdmaPhone
4419 mCT.dispatchCsCallRadioTech(getCsCallRadioTech(vrs, vrat)); in onVoiceRegStateOrRatChanged()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DGsmCdmaPhoneTest.java1310 assertEquals(mPhoneUT.getCsCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_UMTS); in testGetCsCallRadioTech()
1314 assertEquals(mPhoneUT.getCsCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_UNKNOWN); in testGetCsCallRadioTech()
1324 assertEquals(mPhoneUT.getCsCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_UNKNOWN); in testGetCsCallRadioTech()