Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java74 ss.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRAT()
75 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ss.getRilDataRadioTechnology()); in testRAT()
98 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, false)); in testRAT()
DTelephonyEventLogTest.java122 serviceState.setRilVoiceRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testWriteServiceStateChanged()
123 serviceState.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testWriteServiceStateChanged()
140 m.put(TelephonyEventLog.SERVICE_STATE_VOICE_RAT, ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testWriteServiceStateChanged()
141 m.put(TelephonyEventLog.SERVICE_STATE_DATA_RAT, ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testWriteServiceStateChanged()
DServiceStateTrackerTest.java309 sst.mSS.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSignalStrength()
648 int rat = sst.mSS.RIL_RADIO_TECHNOLOGY_LTE; in testRegisterForDataRegStateOrRatChange()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java142 public static final int RIL_RADIO_TECHNOLOGY_LTE = 14; field in ServiceState
734 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToString()
1081 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToNetworkType()
1138 || radioTechnology == RIL_RADIO_TECHNOLOGY_LTE in isGsm()
DRadioAccessFamily.java46 public static final int RAF_LTE = (1 << ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java1526 == ServiceState.RIL_RADIO_TECHNOLOGY_LTE) { in handlePollStateResult()
1848 newDataRAT == ServiceState.RIL_RADIO_TECHNOLOGY_LTE) || in handlePollStateResultMessage()
1849 (oldDataRAT == ServiceState.RIL_RADIO_TECHNOLOGY_LTE && in handlePollStateResultMessage()
2986 … (((mSS.getRilDataRadioTechnology() == ServiceState.RIL_RADIO_TECHNOLOGY_LTE) && in pollStateDoneCdmaLte()
2989 … (mNewSS.getRilDataRadioTechnology() == ServiceState.RIL_RADIO_TECHNOLOGY_LTE))); in pollStateDoneCdmaLte()
2992 (((mNewSS.getRilDataRadioTechnology() == ServiceState.RIL_RADIO_TECHNOLOGY_LTE) || in pollStateDoneCdmaLte()
2994 … ((mSS.getRilDataRadioTechnology() != ServiceState.RIL_RADIO_TECHNOLOGY_LTE) && in pollStateDoneCdmaLte()
3064 (mSS.getRilVoiceRadioTechnology() != ServiceState.RIL_RADIO_TECHNOLOGY_LTE || in pollStateDoneCdmaLte()
3090 && mSS.getRilVoiceRadioTechnology() != ServiceState.RIL_RADIO_TECHNOLOGY_LTE) { in pollStateDoneCdmaLte()
4302 mSS.getRilDataRadioTechnology() == ServiceState.RIL_RADIO_TECHNOLOGY_LTE)) { in onSignalStrengthResult()
DGsmCdmaPhone.java2990 if ((newVoiceRadioTech == ServiceState.RIL_RADIO_TECHNOLOGY_LTE) in phoneObjectUpdater()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java814 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: in updateTcpBufferSizes()
912 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: up = 51200; down = 102400; break; in makeNetworkCapabilities()