Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/
Dcuttlefish_ril.cpp842 static std::map<RIL_PreferredNetworkType, int> gModemTechnologies; variable
856 gModemTechnologies[PREF_NET_TYPE_GSM_WCDMA] = in init_modem_technologies()
859 gModemTechnologies[PREF_NET_TYPE_GSM_ONLY] = in init_modem_technologies()
861 gModemTechnologies[PREF_NET_TYPE_WCDMA] = in init_modem_technologies()
863 gModemTechnologies[PREF_NET_TYPE_GSM_WCDMA_AUTO] = in init_modem_technologies()
866 gModemTechnologies[PREF_NET_TYPE_CDMA_EVDO_AUTO] = in init_modem_technologies()
872 gModemTechnologies[PREF_NET_TYPE_CDMA_ONLY] = (1 << RADIO_TECH_IS95A) | in init_modem_technologies()
875 gModemTechnologies[PREF_NET_TYPE_EVDO_ONLY] = in init_modem_technologies()
880 gModemTechnologies[PREF_NET_TYPE_GSM_WCDMA_CDMA_EVDO_AUTO] = in init_modem_technologies()
887 gModemTechnologies[PREF_NET_TYPE_LTE_CDMA_EVDO] = in init_modem_technologies()
[all …]