Searched refs:RADIO_TECHNOLOGY_LTE (Results 1 – 2 of 2) sorted by relevance
275 (((networkType == ServiceState.RADIO_TECHNOLOGY_LTE) && in pollStateDone()278 (newNetworkType == ServiceState.RADIO_TECHNOLOGY_LTE))); in pollStateDone()281 (((newNetworkType == ServiceState.RADIO_TECHNOLOGY_LTE) || in pollStateDone()283 ((networkType != ServiceState.RADIO_TECHNOLOGY_LTE) && in pollStateDone()464 if (networkType == ServiceState.RADIO_TECHNOLOGY_LTE) { in onSignalStrengthResult()470 if (networkType != ServiceState.RADIO_TECHNOLOGY_LTE) { in onSignalStrengthResult()492 return (networkType == ServiceState.RADIO_TECHNOLOGY_LTE); in isConcurrentVoiceAndDataAllowed()
97 public static final int RADIO_TECHNOLOGY_LTE = 14; field in ServiceState