Home
last modified time | relevance | path

Searched refs:NETWORK_MODE_NR_LTE_CDMA_EVDO (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DRadioAccessFamily.java227 case (RILConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO): in getRafFromNetworkType()
338 return RILConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO; in getNetworkTypeFromRaf()
DTelephonyManager.java6770 NETWORK_MODE_NR_LTE_CDMA_EVDO,
6943 public static final int NETWORK_MODE_NR_LTE_CDMA_EVDO = field in TelephonyManager
6944 RILConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO;
/frameworks/base/telephony/java/com/android/internal/telephony/
DRILConstants.java207 int NETWORK_MODE_NR_LTE_CDMA_EVDO = 25; field