Searched refs:network_technology (Results 1 – 6 of 6) sorted by relevance
1245 void Metrics::NotifyCellularDeviceDrop(const string& network_technology, in NotifyCellularDeviceDrop() argument1247 SLOG(this, 2) << __func__ << ": " << network_technology in NotifyCellularDeviceDrop()1250 if (network_technology == kNetworkTechnology1Xrtt) { in NotifyCellularDeviceDrop()1252 } else if (network_technology == kNetworkTechnologyEdge) { in NotifyCellularDeviceDrop()1254 } else if (network_technology == kNetworkTechnologyEvdo) { in NotifyCellularDeviceDrop()1256 } else if (network_technology == kNetworkTechnologyGprs) { in NotifyCellularDeviceDrop()1258 } else if (network_technology == kNetworkTechnologyGsm) { in NotifyCellularDeviceDrop()1260 } else if (network_technology == kNetworkTechnologyHspa) { in NotifyCellularDeviceDrop()1262 } else if (network_technology == kNetworkTechnologyHspaPlus) { in NotifyCellularDeviceDrop()1264 } else if (network_technology == kNetworkTechnologyLte) { in NotifyCellularDeviceDrop()[all …]
965 void NotifyCellularDeviceDrop(const std::string& network_technology,
155 EXPECT_TRUE(service_->network_technology().empty()); in TEST_F()157 EXPECT_EQ(kNetworkTechnologyUmts, service_->network_technology()); in TEST_F()497 string network_technology = service_->network_technology(); in TEST_F() local499 service_->SetNetworkTechnology(network_technology + "and some new stuff"); in TEST_F()
91 const std::string& network_technology() const { return network_technology_; } in network_technology() function
334 void ExpectCdmaStartModem(string network_technology) { in ExpectCdmaStartModem() argument345 if (network_technology == kNetworkTechnology1Xrtt) in ExpectCdmaStartModem()705 EXPECT_EQ(kNetworkTechnology1Xrtt, device_->service_->network_technology()); in TEST_F()755 EXPECT_EQ(kNetworkTechnologyEdge, device_->service_->network_technology()); in TEST_F()
611 EXPECT_EQ(kNetworkTechnologyGprs, cellular_->service()->network_technology()); in TEST_F()