HomeSort by relevance Sort by last modified time
    Searched refs:technology_family_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chromeos/network/
device_state.h 35 const std::string& technology_family() const { return technology_family_; }
58 std::string technology_family_; member in class:chromeos::DeviceState
device_state.cc 65 return GetStringValue(key, value, &technology_family_);
122 return technology_family_ == flimflam::kTechnologyFamilyGsm && !sim_present_;
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.h 142 enum TechnologyFamily technology_family() const { return technology_family_; }
186 technology_family_ = technology_family;
262 TechnologyFamily technology_family_; member in class:chromeos::NetworkDevice
    [all...]

Completed in 1252 milliseconds