Home
last modified time | relevance | path

Searched refs:RIL_RADIO_TECHNOLOGY_LTE (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsCallSessionListenerTests.java56 mTestListener.callSessionMayHandover(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerMayHandoverDeprecated()
67 mTestListener.callSessionHandover(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerHandoverDeprecated()
79 mTestListener.callSessionHandoverFailed(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerHandoverFailedDeprecated()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsRegistrationCompatAdapter.java20 import static android.telephony.ServiceState.RIL_RADIO_TECHNOLOGY_LTE;
39 RADIO_TECH_MAPPER.put(RIL_RADIO_TECHNOLOGY_LTE, REGISTRATION_TECH_LTE); in RADIO_TECH_MAPPER.put() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java345 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTEDeprecated()
349 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()
377 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLTE2()
379 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()
DImsCallTest.java214 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLteNoWifiDeprecated()
238 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLteNoWifiAlt()
DImsPhoneTest.java765 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testRoamingDuplicateMessages()
787 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testRoamingToAirplanModeIwlanInService()
814 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testRoamingToOutOfService()
843 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testSetWfcModeInRoaming()
855 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testSetWfcModeInRoaming()
DImsCallInfoTrackerTest.java424 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(c).getCallRadioTech(); in getConnection()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRatRatcheter.java166 if (dataRat1 == ServiceState.RIL_RADIO_TECHNOLOGY_LTE in isSameRatFamily()
171 if (dataRat2 == ServiceState.RIL_RADIO_TECHNOLOGY_LTE in isSameRatFamily()
DImsSmsDispatcher.java412 ServiceState.RIL_RADIO_TECHNOLOGY_LTE) && (mPhone.getServiceState(). in isLteService()
418 ServiceState.RIL_RADIO_TECHNOLOGY_LTE) && mPhone.getServiceState().isEmergencyOnly()); in isLimitedLteService()
DGsmCdmaPhone.java4902 ServiceState.RIL_RADIO_TECHNOLOGY_LTE,
/frameworks/base/telephony/java/android/telephony/
DServiceState.java206 public static final int RIL_RADIO_TECHNOLOGY_LTE = 14; field in ServiceState
255 ServiceState.RIL_RADIO_TECHNOLOGY_LTE,
1107 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToString()
1655 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToNetworkType()
1696 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToAccessNetworkType()
1745 return RIL_RADIO_TECHNOLOGY_LTE; in networkTypeToRilRadioTechnology()
1861 || radioTechnology == RIL_RADIO_TECHNOLOGY_LTE in isGsm()
1885 return radioTechnology == RIL_RADIO_TECHNOLOGY_LTE in isPsOnlyTech()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java141 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ss.getRilDataRadioTechnology()); in testRAT()
170 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, false)); in testRAT()
DCellularNetworkServiceTest.java196 final int radioTech = ServiceState.RIL_RADIO_TECHNOLOGY_LTE; in testGetNetworkRegistrationInfoV1_5()
294 final int radioTech = ServiceState.RIL_RADIO_TECHNOLOGY_LTE; in testGetNetworkRegistrationInfoV1_6WithLte()
DServiceStateTrackerTest.java1386 ServiceState.RIL_RADIO_TECHNOLOGY_LTE), in testRegisterForVoiceRegStateOrRatChange()
1410 ServiceState.RIL_RADIO_TECHNOLOGY_LTE), in testRegisterForDataRegStateOrRatChange()
2555 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, sst.mSS.getRilDataRadioTechnology()); in testRilDataTechnologyChangeTransportPreference()
DTelephonyTest.java806 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState) in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java21 import static android.telephony.ServiceState.RIL_RADIO_TECHNOLOGY_LTE;
124 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilVoiceRadioTechnology(); in setUp()
125 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilDataRadioTechnology(); in setUp()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt54533 Landroid/telephony/ServiceState;->RIL_RADIO_TECHNOLOGY_LTE:I