Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsCallInfo.java112 public @AccessNetworkConstants.RadioAccessNetworkType int getCallRadioTech() { in getCallRadioTech() method in ImsCallInfo
113 return ServiceState.rilRadioTechnologyToAccessNetworkType(mConnection.getCallRadioTech()); in getCallRadioTech()
DImsPhoneCallTracker.java5018 oldConnection.getCallRadioTech())) in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java345 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()
DImsCallInfoTrackerTest.java86 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()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java1093 return getCallRadioTech() == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN; in isWifi()
1102 public @RilRadioTechnology int getCallRadioTech() { in getCallRadioTech() method in Connection
DRILUtils.java5762 halInfos[index].accessNetwork = convertToHalAccessNetworkAidl(info.getCallRadioTech()); in convertImsCallInfo()