Searched refs:getCallRadioTech (Results 1 – 5 of 5) sorted by relevance
273 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE()279 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE()286 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()294 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()
597 setCallRadioTech(primaryConnection.getCallRadioTech()); in updateCallRadioTechAfterCreation()703 public final @ServiceState.RilRadioTechnology int getCallRadioTech() { in getCallRadioTech() method in Conference
1961 public final @ServiceState.RilRadioTechnology int getCallRadioTech() { in getCallRadioTech() method in Connection
886 return getCallRadioTech() == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN; in isWifi()895 public @ServiceState.RilRadioTechnology int getCallRadioTech() { in getCallRadioTech() method in Connection
21940 HPLcom/android/internal/telephony/Connection;->getCallRadioTech()I