Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java214 case TelephonyConstants.NETWORK_MODE_LTE_CDMA_EVDO_GSM_WCDMA: in getNetworkModeIntfromString()
215 return RILConstants.NETWORK_MODE_LTE_CDMA_EVDO_GSM_WCDMA; in getNetworkModeIntfromString()
267 case RILConstants.NETWORK_MODE_LTE_CDMA_EVDO_GSM_WCDMA: in getNetworkModeStringfromInt()
268 return TelephonyConstants.NETWORK_MODE_LTE_CDMA_EVDO_GSM_WCDMA; in getNetworkModeStringfromInt()
DTelephonyConstants.java277 …public static final String NETWORK_MODE_LTE_CDMA_EVDO_GSM_WCDMA = "NETWORK_MODE_LTE_CDMA_EVDO_GSM_… field in TelephonyConstants