Home
last modified time | relevance | path

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

/system/connectivity/shill/cellular/
Dmobile_operator_info_impl.cc178 return country_; in country()
761 country_.clear(); in ClearDBInformation()
785 country_ = data.country(); in ReloadData()
Dmobile_operator_info_impl.h197 std::string country_; variable
Dmobile_operator_info_unittest.cc1081 EXPECT_EQ(country_, operator_info_->country()); in VerifyDatabaseData()
1168 country_ = "us"; in PopulateMNOData()
1202 country_ = "ca"; in PopulateMVNOData()
1230 string country_; member in shill::MobileOperatorInfoDataTest