Searched defs:network_technology (Results 1 - 3 of 3) sorted by relevance

/system/connectivity/shill/cellular/
H A Dcellular_service.h91 const std::string& network_technology() const { return network_technology_; } function in class:shill::CellularService
H A Dcellular_service_unittest.cc155 EXPECT_TRUE(service_->network_technology().empty());
157 EXPECT_EQ(kNetworkTechnologyUmts, service_->network_technology());
497 string network_technology = service_->network_technology(); local
499 service_->SetNetworkTechnology(network_technology + "and some new stuff");
H A Dcellular_unittest.cc334 void ExpectCdmaStartModem(string network_technology) { argument
345 if (network_technology == kNetworkTechnology1Xrtt)
705 EXPECT_EQ(kNetworkTechnology1Xrtt, device_->service_->network_technology());
755 EXPECT_EQ(kNetworkTechnologyEdge, device_->service_->network_technology());

Completed in 77 milliseconds