HomeSort by relevance Sort by last modified time
    Searched full:autoconnect (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/chromium_org/chromeos/test/data/network/policy/
shill_disallow_autoconnect_on_unmanaged_wifi2.json 2 "AutoConnect": false,
shill_unmanaged_wifi2.json 2 "AutoConnect": true,
policy_wifi1.onc 9 "Recommended": [ "AutoConnect", "Passphrase" ],
policy_wifi1_with_redundant_fields.onc 9 "Recommended": [ "AutoConnect", "Passphrase" ],
  /external/chromium_org/chromeos/test/data/network/
decrypted.onc 12 "AutoConnect": false,
managed_toplevel_wifi_peap.onc 8 "AutoConnect": true,
shill_wifi_psk.json 2 "AutoConnect": true,
toplevel_wifi_leap.onc 8 "AutoConnect": false,
translation_of_shill_wifi_with_state.onc 6 "AutoConnect": true,
shill_wifi_with_state.json 2 "AutoConnect": true,
valid_wifi_clientref.onc 8 "Recommended": [ "AutoConnect" ],
valid_wifi_psk.onc 27 "AutoConnect": true,
wifi_clientcert_with_cert_pems.onc 8 "Recommended": [ "AutoConnect" ],
toplevel_wifi_wpa_psk.onc 33 "AutoConnect": true,
shill_openvpn.json 2 "AutoConnect":true,
toplevel_wifi_eap_clientcert_with_cert_pems.onc 8 "AutoConnect": false,
translation_of_shill_openvpn.onc 6 "AutoConnect": true,
valid_openvpn.onc 6 "AutoConnect": true,
valid_openvpn_with_cert_pems.onc 6 "AutoConnect": true,
managed_toplevel2.onc 10 "Recommended": [ "AutoConnect" ],
managed_toplevel2_with_cert_pems.onc 10 "Recommended": [ "AutoConnect" ],
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
flagdefs.h 41 DEFINE_bool(autoconnect, false, "Connect to the server without user "
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattServer.java 393 * <p>The autoConnect paramter determines whether to actively connect to
396 * connection to a device should be direct (autoConnect set to false) and
398 * autoConnect parameter set to true.
402 * @param autoConnect Whether to directly connect to the remote device (false)
407 public boolean connect(BluetoothDevice device, boolean autoConnect) {
408 if (DBG) Log.d(TAG, "connect() - device: " + device.getAddress() + ", auto: " + autoConnect);
413 autoConnect ? false : true); // autoConnect is inverse of "isDirect"
BluetoothGatt.java 148 !mAutoConnect); // autoConnect is inverse of "isDirect"
661 * <p>The autoConnect paramter determines whether to actively connect to
664 * connection to a device should be direct (autoConnect set to false) and
666 * autoConnect parameter set to true.
671 * @param autoConnect Whether to directly connect to the remote device (false)
676 /*package*/ boolean connect(Boolean autoConnect, BluetoothGattCallback callback) {
677 if (DBG) Log.d(TAG, "connect() - device: " + mDevice.getAddress() + ", auto: " + autoConnect);
693 mAutoConnect = autoConnect;
726 false); // autoConnect is inverse of "isDirect"
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
LocalBluetoothPreferences.java 157 static void saveDockAutoConnectSetting(Context context, String addr, boolean autoConnect) {
159 editor.putBoolean(KEY_DOCK_AUTO_CONNECT + addr, autoConnect);

Completed in 339 milliseconds

1 2 3