Searched refs:RIL_RADIO_TECHNOLOGY_LTE (Results 1 – 8 of 8) sorted by relevance
74 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()
122 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()
309 sst.mSS.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSignalStrength()648 int rat = sst.mSS.RIL_RADIO_TECHNOLOGY_LTE; in testRegisterForDataRegStateOrRatChange()
142 public static final int RIL_RADIO_TECHNOLOGY_LTE = 14; field in ServiceState734 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToString()1081 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToNetworkType()1138 || radioTechnology == RIL_RADIO_TECHNOLOGY_LTE in isGsm()
46 public static final int RAF_LTE = (1 << ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
1526 == 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()
2990 if ((newVoiceRadioTech == ServiceState.RIL_RADIO_TECHNOLOGY_LTE) in phoneObjectUpdater()
814 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: in updateTcpBufferSizes()912 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: up = 51200; down = 102400; break; in makeNetworkCapabilities()