Home
last modified time | relevance | path

Searched refs:getCallRadioTech (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
H A DImsPhoneConnectionTest.java334 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTEDeprecated()
340 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTEDeprecated()
347 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE()
353 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE()
360 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()
368 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConferenceBase.java197 telephonyConnection.getCallRadioTech())); in updateCallRadioTechAfterCreation()
H A DTelephonyConnection.java308 boolean isWifiTechChange = getCallRadioTech() != vrat
1592 setCallRadioTech(mOriginalConnection.getCallRadioTech()); in setOriginalConnection()
2717 return getCallRadioTech() == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN; in isWifi()
3378 public final @RilRadioTechnology int getCallRadioTech() { in getCallRadioTech() method in TelephonyConnection
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DConnection.java988 return getCallRadioTech() == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN; in isWifi()
997 public @RilRadioTechnology int getCallRadioTech() { in getCallRadioTech() method in Connection
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java4280 oldConnection.getCallRadioTech())) in handleMessage()