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

/system/update_engine/
H A Dconnection_utils.cc39 ConnectionTethering ParseConnectionTethering(const std::string& tethering_str) { argument
40 if (tethering_str == shill::kTetheringNotDetectedState) {
42 } else if (tethering_str == shill::kTetheringSuspectedState) {
44 } else if (tethering_str == shill::kTetheringConfirmedState) {
H A Dconnection_utils.h43 ConnectionTethering ParseConnectionTethering(const std::string& tethering_str);

Completed in 54 milliseconds