/system/connectivity/shill/ |
service_unittest.cc | 573 // AutoConnect is unset, Favorite is unset. 578 // AutoConnect is unset, Favorite is false. 583 // AutoConnect is unset, Favorite is true. 588 // AutoConnect is false, Favorite is unset. 593 // AutoConnect is false, Favorite is false. 598 // AutoConnect is false, Favorite is true. 603 // AutoConnect is true, Favorite is unset. 608 // AutoConnect is true, Favorite is false (invalid case). 613 // AutoConnect is true, Favorite is true. 696 // AutoConnect flag set true [all...] |
service.h | 162 // AutoConnect MAY choose to ignore the connection request in some 167 // AutoConnect MAY issue RPCs immediately. So AutoConnect MUST NOT 169 virtual void AutoConnect(); 328 // If the AutoConnect property has not already been marked as saved, set 620 // RPC setter for the the "AutoConnect" property. Updates the |manager_|. 624 // RPC clear method for the "AutoConnect" property. Sets the AutoConnect 626 // property to allow the AutoConnect property to be enabled automatically. 796 // Disables autoconnect and posts a task to re-enable it after a cooldown [all...] |
mock_service.h | 41 MOCK_METHOD0(AutoConnect, void());
|
service.cc | 90 const char Service::kServiceSortAutoConnect[] = "AutoConnect"; 108 const char Service::kStorageAutoConnect[] = "AutoConnect"; 312 void Service::AutoConnect() { 322 << "Suppressed autoconnect to service " << unique_name_ << " " 325 LOG(INFO) << "Suppressed autoconnect to service " << unique_name_ << " " 437 // Give services one chance at a fast autoconnect retry by resetting the 457 // Kill the thing blocking AutoConnect(). 459 // Post to the manager, giving it an opportunity to AutoConnect again. 466 << ". Next autoconnect in " [all...] |
service_property_change_test.cc | 70 // Depending on our caller, AutoConnect may be true.
|
/external/autotest/server/site_tests/network_WiFi_ProfileGUID/ |
network_WiFi_ProfileGUID.py | 78 autoconnect=True) 110 assoc_params.guid, autoconnect=True,
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattServer.java | 423 * <p>The autoConnect paramter determines whether to actively connect to 426 * connection to a device should be direct (autoConnect set to false) and 428 * autoConnect parameter set to true. 432 * @param autoConnect Whether to directly connect to the remote device (false) 437 public boolean connect(BluetoothDevice device, boolean autoConnect) { 438 if (DBG) Log.d(TAG, "connect() - device: " + device.getAddress() + ", auto: " + autoConnect); 443 autoConnect ? false : true,mTransport); // autoConnect is inverse of "isDirect"
|
BluetoothGatt.java | 161 !mAutoConnect, mTransport); // autoConnect is inverse of "isDirect" 625 * <p>The autoConnect parameter determines whether to actively connect to 628 * connection to a device should be direct (autoConnect set to false) and 630 * autoConnect parameter set to true. 635 * @param autoConnect Whether to directly connect to the remote device (false) 640 /*package*/ boolean connect(Boolean autoConnect, BluetoothGattCallback callback) { 641 if (DBG) Log.d(TAG, "connect() - device: " + mDevice.getAddress() + ", auto: " + autoConnect); 649 mAutoConnect = autoConnect; 692 false, mTransport); // autoConnect is inverse of "isDirect" [all...] |
BluetoothDevice.java | [all...] |
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
LocalBluetoothPreferences.java | 173 static void saveDockAutoConnectSetting(Context context, String addr, boolean autoConnect) { 175 editor.putBoolean(KEY_DOCK_AUTO_CONNECT + addr, autoConnect);
|
/tools/test/connectivity/acts/tests/google/ble/gatt/ |
GattConnectTest.py | 231 Test re-establishing a gat connection using autoconnect 241 7. Create a GATT connection with autoconnect set to True 255 autoconnect = False 259 self.cen_ad, mac_address, autoconnect) 263 autoconnect = True 265 gatt_callback, mac_address, autoconnect, GattTransport.TRANSPORT_AUTO) 660 autoconnect = False 664 self.cen_ad, mac_address, autoconnect) [all...] |
/tools/test/connectivity/acts/tests/google/wifi/ |
WifiPnoTest.py | 131 """Test PNO triggered autoconnect to a network. 158 """Test PNO triggered autoconnect to a network when there are more
|
/external/webrtc/webrtc/examples/peerconnection/client/linux/ |
main_wnd.h | 32 GtkMainWnd(const char* server, int port, bool autoconnect, bool autocall);
|
main_wnd.cc | 126 GtkMainWnd::GtkMainWnd(const char* server, int port, bool autoconnect, 130 server_(server), autoconnect_(autoconnect), autocall_(autocall) {
|
/system/connectivity/shill/test-rpc-proxy/ |
proxy_rpc_in_data_types.cc | 54 xml_rpc_value_in, "autoconnect", false, &autoconnect_type_as_bool)) {
|
/external/autotest/client/site_tests/network_ChromeWifiEndToEnd/ |
network_ChromeWifiEndToEnd.py | 166 @raises error.TestFail if device is not able to autoconnect to a 197 raise error.TestFail('Did not autoconnect to remembered network.')
|
/external/libvncserver/webclients/novnc/include/ |
ui.js | 104 var autoconnect = WebUtil.getQueryVar('autoconnect', false); 105 if (autoconnect === 'true' || autoconnect == '1') { 106 autoconnect = true; 109 autoconnect = false; 154 if (autoconnect === UI.connSettingsOpen) { [all...] |
/external/autotest/client/cros/cellular/ |
test_environment.py | 104 # Temporarily disable shill autoconnect to cellular service while 107 # and shill autoconnect.
|
/system/connectivity/shill/cellular/ |
cellular_service.cc | 339 void CellularService::AutoConnect() { 341 Service::AutoConnect();
|
cellular_service.h | 56 void AutoConnect() override;
|
active_passive_out_of_credits_detector.cc | 261 // Prevent autoconnect logic from kicking in while we perform the
|
/external/autotest/client/cros/networking/ |
shill_xmlrpc_server.py | 133 if params.autoconnect is not None: 134 properties[shill.SERVICE_PROPERTY_AUTOCONNECT] = params.autoconnect 159 autoconnect=params.autoconnect)
|
/external/autotest/client/site_tests/network_3GSafetyDance/ |
network_3GSafetyDance.py | 131 # Enable device to restore autoconnect settings.
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
GattClientFacade.java | 97 * @param autoConnect Whether to directly connect to the remote device (false) or to 110 @RpcParameter(name = "autoConnect") 111 Boolean autoConnect, 118 autoConnect, [all...] |
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/ |
BluetoothLeService.java | 235 // We want to directly connect to the device, so we are setting the autoConnect
|