Searched refs:CONNECTION_3G (Results 1 – 3 of 3) sorted by relevance
60 … typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_WCDMA, NetConnectType::CONNECTION_3G));61 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPA, NetConnectType::CONNECTION_3G));62 … typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_HSPAP, NetConnectType::CONNECTION_3G));63 …ypeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_TD_SCDMA, NetConnectType::CONNECTION_3G));64 typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_EVDO, NetConnectType::CONNECTION_3G));65 … typeMap.insert(std::make_pair(RadioTech::RADIO_TECHNOLOGY_EHRPD, NetConnectType::CONNECTION_3G));153 typeMap.insert(std::make_pair(NetConnectType::CONNECTION_3G, "3g"));
34 return NetConnectType::CONNECTION_3G; in ConvertToConnectTypeInner()105 case NetConnectType::CONNECTION_3G: in ConnectTypeToString()
28 CONNECTION_3G = 4, enumerator