Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dmetrics.cc1245 void Metrics::NotifyCellularDeviceDrop(const string& network_technology, in NotifyCellularDeviceDrop() argument
1247 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 …]
Dmetrics.h965 void NotifyCellularDeviceDrop(const std::string& network_technology,
/system/connectivity/shill/cellular/
Dcellular_service_unittest.cc155 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() local
499 service_->SetNetworkTechnology(network_technology + "and some new stuff"); in TEST_F()
Dcellular_service.h91 const std::string& network_technology() const { return network_technology_; } in network_technology() function
Dcellular_unittest.cc334 void ExpectCdmaStartModem(string network_technology) { in ExpectCdmaStartModem() argument
345 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()
Dcellular_capability_gsm_unittest.cc611 EXPECT_EQ(kNetworkTechnologyGprs, cellular_->service()->network_technology()); in TEST_F()