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

  /external/chromium_org/chromeos/network/
network_state.h 79 bool connectable() const { return connectable_; } function in class:chromeos::NetworkState
network_connection_handler.cc 304 // Connect immediately to 'connectable' networks.
305 // TODO(stevenjb): Shill needs to properly set Connectable for VPN.
306 if (network && network->connectable() && network->type() != shill::kTypeVPN) {
388 bool connectable = false; local
390 shill::kConnectableProperty, &connectable);
393 // been recently configured), we need to check Connectable again.
394 if (connectable && type != shill::kTypeVPN) {
395 // TODO(stevenjb): Shill needs to properly set Connectable for VPN.
487 // The network may not be 'Connectable' because the TPM properties are not
535 // 'Connectable' is false. If |check_error_state| is true, signal a
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
wifi_config_view.cc 1319 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:__anon5871
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 86 milliseconds