HomeSort by relevance Sort by last modified time
    Searched defs:connectable (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chromeos/network/
network_state.h 77 bool connectable() const { return connectable_; } function in class:chromeos::NetworkState
network_connection_handler.cc 299 // Connect immediately to 'connectable' networks.
300 // TODO(stevenjb): Shill needs to properly set Connectable for VPN.
301 if (network && network->connectable() && network->type() != shill::kTypeVPN) {
383 bool connectable = false; local
385 shill::kConnectableProperty, &connectable);
388 // been recently configured), we need to check Connectable again.
389 if (connectable && type != shill::kTypeVPN) {
390 // TODO(stevenjb): Shill needs to properly set Connectable for VPN.
524 // 'Connectable' is false. If |check_error_state| is true, signal an
526 // state from Shill (or in case 'Connectable' is improperly unset)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
wifi_config_view.cc 1321 bool connectable = false; local
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 642 BOOLEAN connectable; /* If TRUE page scan should be enabled */ member in struct:__anon5876
    [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 638 milliseconds