Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyUtils.java225 case TelephonyConstants.NETWORK_MODE_CDMA_NO_EVDO: in getNetworkModeIntfromString()
226 return RILConstants.NETWORK_MODE_CDMA_NO_EVDO; in getNetworkModeIntfromString()
300 case RILConstants.NETWORK_MODE_CDMA_NO_EVDO: in getNetworkModeStringfromInt()
301 return TelephonyConstants.NETWORK_MODE_CDMA_NO_EVDO; in getNetworkModeStringfromInt()
DTelephonyConstants.java316 public static final String NETWORK_MODE_CDMA_NO_EVDO = "NETWORK_MODE_CDMA_NO_EVDO"; field in TelephonyConstants