Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A DTelephonyConstants.java65 public static final int NETWORK_MODE_CDMA_NO_EVDO = 5; field in TelephonyConstants.TelephonyManagerConstants
H A DEnabledNetworkModePreferenceController.java414 case TelephonyManagerConstants.NETWORK_MODE_CDMA_NO_EVDO: in getEnabledNetworkType()
548 case TelephonyManagerConstants.NETWORK_MODE_CDMA_NO_EVDO: in setPreferenceValueAndSummary()
549 setSelectedEntry(TelephonyManagerConstants.NETWORK_MODE_CDMA_NO_EVDO); in setPreferenceValueAndSummary()
H A DPreferredNetworkModePreferenceController.java127 case TelephonyManagerConstants.NETWORK_MODE_CDMA_NO_EVDO: in getPreferredNetworkModeSummaryResId()
H A DMobileNetworkUtils.java746 case TelephonyManagerConstants.NETWORK_MODE_CDMA_NO_EVDO: in getRafFromNetworkType()
825 return TelephonyManagerConstants.NETWORK_MODE_CDMA_NO_EVDO; in getNetworkTypeFromRaf()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DRadioAccessFamily.java195 case RILConstants.NETWORK_MODE_CDMA_NO_EVDO: in getRafFromNetworkType()
288 return RILConstants.NETWORK_MODE_CDMA_NO_EVDO; in getNetworkTypeFromRaf()
H A DTelephonyManager.java2545 case RILConstants.NETWORK_MODE_CDMA_NO_EVDO: in getPhoneType()
7912 NETWORK_MODE_CDMA_NO_EVDO,
7979 public static final int NETWORK_MODE_CDMA_NO_EVDO = RILConstants.NETWORK_MODE_CDMA_NO_EVDO; field in TelephonyManager
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DRILConstants.java169 int NETWORK_MODE_CDMA_NO_EVDO = 5; field
/aosp12/frameworks/opt/telephony/proto/src/
H A Dtelephony.proto132 NETWORK_MODE_CDMA_NO_EVDO = 6; enumerator