Home
last modified time | relevance | path

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

/system/update_engine/
Dconnection_utils.cc47 ConnectionTethering ParseConnectionTethering(const std::string& tethering_str) { in ParseConnectionTethering() argument
48 if (tethering_str == shill::kTetheringNotDetectedState) { in ParseConnectionTethering()
50 } else if (tethering_str == shill::kTetheringSuspectedState) { in ParseConnectionTethering()
52 } else if (tethering_str == shill::kTetheringConfirmedState) { in ParseConnectionTethering()
Dconnection_utils.h44 ConnectionTethering ParseConnectionTethering(const std::string& tethering_str);