Home
last modified time | relevance | path

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

/system/update_engine/
Dconnection_utils.cc43 ConnectionTethering ParseConnectionTethering(const std::string& tethering_str) { in ParseConnectionTethering() argument
44 if (tethering_str == shill::kTetheringNotDetectedState) { in ParseConnectionTethering()
46 } else if (tethering_str == shill::kTetheringSuspectedState) { in ParseConnectionTethering()
48 } else if (tethering_str == shill::kTetheringConfirmedState) { in ParseConnectionTethering()
Dconnection_utils.h42 ConnectionTethering ParseConnectionTethering(const std::string& tethering_str);