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

  /system/connectivity/shill/ethernet/
ethernet_service.cc 150 return ethernet_->IsConnectedViaTether() ? kTetheringConfirmedState :
ethernet_service_unittest.cc 129 EXPECT_EQ(kTetheringConfirmedState, service_->GetTethering(nullptr));
  /system/update_engine/update_manager/
real_shill_provider.cc 54 } else if (tethering_str == shill::kTetheringConfirmedState) {
real_shill_provider_unittest.cc 429 shill::kTetheringConfirmedState,
475 shill::kTetheringConfirmedState,
  /system/update_engine/
connection_manager.cc 61 } else if (tethering_str == shill::kTetheringConfirmedState) {
connection_manager_unittest.cc 194 TestWithServiceTethering(shill::kTetheringConfirmedState,
  /external/cros/system_api/dbus/shill/
dbus-constants.h 619 const char kTetheringConfirmedState[] = "Confirmed";
    [all...]
  /system/connectivity/shill/wifi/
wifi_service_unittest.cc     [all...]
wifi_service.cc 320 return kTetheringConfirmedState;
    [all...]

Completed in 85 milliseconds