Searched refs:getCallRadioTech (Results 1 – 6 of 6) sorted by relevance
112 public @AccessNetworkConstants.RadioAccessNetworkType int getCallRadioTech() { in getCallRadioTech() method in ImsCallInfo113 return ServiceState.rilRadioTechnologyToAccessNetworkType(mConnection.getCallRadioTech()); in getCallRadioTech()
5018 oldConnection.getCallRadioTech())) in handleMessage()
345 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTEDeprecated()351 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTEDeprecated()358 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE()364 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE()371 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()379 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()
86 assertEquals(EUTRAN, info.getCallRadioTech()); in testDialingNormalCall()111 assertEquals(EUTRAN, info.getCallRadioTech()); in testDialingEmergencyCall()136 assertEquals(EUTRAN, info.getCallRadioTech()); in testIncomingCall()424 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(c).getCallRadioTech(); in getConnection()
1093 return getCallRadioTech() == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN; in isWifi()1102 public @RilRadioTechnology int getCallRadioTech() { in getCallRadioTech() method in Connection
5762 halInfos[index].accessNetwork = convertToHalAccessNetworkAidl(info.getCallRadioTech()); in convertImsCallInfo()