Home
last modified time | relevance | path

Searched refs:getRadioTechnology (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java60 assertNotEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetWifi()
64 assertNotEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetWifi()
72 assertNotEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetWifiAlt()
76 assertNotEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetWifiAlt()
84 assertNotEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLteNoWifi()
88 assertEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLteNoWifi()
96 assertNotEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLteNoWifiAlt()
100 assertEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLteNoWifiAlt()
DImsPhoneConnectionTest.java247 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN).when(mImsCall).getRadioTechnology(); in testSetWifi()
260 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN).when(mImsCall).getRadioTechnology(); in testSetWifi2()
275 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(mImsCall).getRadioTechnology(); in testSetLTE()
288 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(mImsCall).getRadioTechnology(); in testSetLTE2()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java1324 m.putInt("dataRadioTechnology", getRadioTechnology()); in fillInNotifierBundle()
1479 public int getRadioTechnology() { in getRadioTechnology() method in ServiceState
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3592 int radioTechnology = getRadioTechnology(); in isWifiCall()
3601 public int getRadioTechnology() { in getRadioTechnology() method in ImsCall
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java1133 callTech = call.getRadioTechnology(); in updateImsCallRatFromExtras()
DImsPhoneCallTracker.java2991 ServiceState.rilRadioTechnologyToNetworkType(imsCall.getRadioTechnology()));