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.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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java988 return getCallRadioTech() == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN; in isWifi()
997 public @RilRadioTechnology int getCallRadioTech() { in getCallRadioTech() method in Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java4280 oldConnection.getCallRadioTech())) in handleMessage()