Searched refs:NETWORK_MODE_NR_LTE_CDMA_EVDO (Results 1 – 2 of 2) sorted by relevance
267 case TelephonyConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO: in getNetworkModeIntfromString()268 return RILConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO; in getNetworkModeIntfromString()342 case RILConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO: in getNetworkModeStringfromInt()343 return TelephonyConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO; in getNetworkModeStringfromInt()
337 public static final String NETWORK_MODE_NR_LTE_CDMA_EVDO = "NETWORK_MODE_NR_LTE_CDMA_EVDO"; field in TelephonyConstants