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

  /system/update_engine/
connection_manager.cc 167 const auto& prop_tethering = properties.find(shill::kTetheringProperty); local
168 if (prop_tethering == properties.end()) {
175 prop_tethering->second.TryGet<string>());
  /system/update_engine/update_manager/
real_shill_provider.cc 122 const auto& prop_tethering = properties.find(shill::kTetheringProperty); local
123 if (prop_tethering == properties.end()) {
135 prop_tethering->second.TryGet<string>()));

Completed in 330 milliseconds