Home
last modified time | relevance | path

Searched refs:technology_family_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chromeos/network/
Ddevice_state.h41 const std::string& technology_family() const { return technology_family_; } in technology_family()
77 std::string technology_family_; variable
Ddevice_state.cc52 return GetStringValue(key, value, &technology_family_); in PropertyChanged()
143 return technology_family_ == shill::kTechnologyFamilyGsm && !sim_present_; in IsSimAbsent()