Home
last modified time | relevance | path

Searched refs:NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/network/telephony/
DEnabledNetworkModePreferenceControllerTest.java161 mockAccessFamily(TelephonyManager.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA); in updateState_5gWorldPhone_GlobalHasNr()
169 .contains(String.valueOf(TelephonyManager.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA)); in updateState_5gWorldPhone_GlobalHasNr()
204 String.valueOf(TelephonyManager.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA)); in updateState_disAllowed5g_5gOptionHidden()
226 mockAccessFamily(TelephonyManager.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA); in updateState_GlobalDisAllowed5g_GlobalWithoutNR()
232 TelephonyManagerConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA); in updateState_GlobalDisAllowed5g_GlobalWithoutNR()
239 String.valueOf(TelephonyManager.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA)); in updateState_GlobalDisAllowed5g_GlobalWithoutNR()
244 mockAccessFamily(TelephonyManager.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA); in updateState_GlobalDisAllowed5g_SelectOnGlobal()
250 TelephonyManagerConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA); in updateState_GlobalDisAllowed5g_SelectOnGlobal()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DEnabledNetworkModePreferenceController.java586 case TelephonyManagerConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA: in setPreferenceValueAndSummary()
588 TelephonyManagerConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA); in setPreferenceValueAndSummary()
619 return TelephonyManagerConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA; in addNrToLteNetworkType()
DTelephonyConstants.java175 public static final int NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA = 27; field in TelephonyConstants.TelephonyManagerConstants
DPreferredNetworkModePreferenceController.java176 case TelephonyManagerConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA: in getPreferredNetworkModeSummaryResId()
DMobileNetworkUtils.java745 case (TelephonyManagerConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA): in getRafFromNetworkType()
824 return TelephonyManagerConstants.NETWORK_MODE_NR_LTE_CDMA_EVDO_GSM_WCDMA; in getNetworkTypeFromRaf()