Searched refs:getRadioTechnology (Results 1 – 6 of 6) sorted by relevance
60 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()
247 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()
1324 m.putInt("dataRadioTechnology", getRadioTechnology()); in fillInNotifierBundle()1479 public int getRadioTechnology() { in getRadioTechnology() method in ServiceState
3592 int radioTechnology = getRadioTechnology(); in isWifiCall()3601 public int getRadioTechnology() { in getRadioTechnology() method in ImsCall
1133 callTech = call.getRadioTechnology(); in updateImsCallRatFromExtras()
2991 ServiceState.rilRadioTechnologyToNetworkType(imsCall.getRadioTechnology()));