Home
last modified time | relevance | path

Searched refs:NETWORK_MODE_LTE_CDMA_EVDO (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java210 case TelephonyConstants.NETWORK_MODE_LTE_CDMA_EVDO: in getNetworkModeIntfromString()
211 return RILConstants.NETWORK_MODE_LTE_CDMA_EVDO; in getNetworkModeIntfromString()
263 case RILConstants.NETWORK_MODE_LTE_CDMA_EVDO: in getNetworkModeStringfromInt()
264 return TelephonyConstants.NETWORK_MODE_LTE_CDMA_EVDO; in getNetworkModeStringfromInt()
DTelephonyConstants.java275 public static final String NETWORK_MODE_LTE_CDMA_EVDO = "NETWORK_MODE_LTE_CDMA_EVDO"; field in TelephonyConstants