Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java297 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTEDeprecated()
303 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTEDeprecated()
310 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE()
316 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE()
323 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()
331 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java935 return getCallRadioTech() == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN; in isWifi()
944 public @RilRadioTechnology int getCallRadioTech() { in getCallRadioTech() method in Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4007 oldConnection.getCallRadioTech())) in handleMessage()