Searched refs:connect (Results 51 - 75 of 84) sorted by relevance

1234

/packages/apps/Launcher2/
H A Dprint_db.py122 conn = sqlite3.connect(fn)
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothDevicePreference.java186 mCachedDevice.connect(true);
H A DMapProfile.java114 public boolean connect(BluetoothDevice device) { method in class:MapProfile
115 if(V)Log.d(TAG,"connect() - should not get called");
H A DDockService.java528 Log.d(TAG, "Auto connect = "
770 Log.d(TAG, "handling failed connect for " + disconnectedDevice);
801 cachedDevice.connect(false);
871 cachedDevice.connect(false);
879 // Setting == auto connect
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
H A DTestConnectionManager.java111 RemoteConnection connect,
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java65 * This class run an actual Opp transfer session (from connect target device to
146 * RFCOMM connect fail is for outbound share only! Mark batch
348 * 3) new a thread to connect to target device
350 * 3.2) Try a few seconds to connect to target socket
384 /* for outbound transfer, we do connect first */
404 if (V) Log.v(TAG, "waiting for connect thread to terminate");
407 if (V) Log.v(TAG, "Interrupted waiting for connect thread to join");
564 /* Use TCP socket to connect */
567 // Try to connect for 50 seconds
571 s.connect(ne
[all...]
H A DTestActivity.java470 updateStatus("[server:] Now waiting for a client to connect");
623 public void connect() throws IOException { method in class:TestTcpTransport
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java158 // Get the handle and connect, if not already connected
190 // Don't allow to connect a -4 tag at a different level
212 public synchronized boolean connect(int technology) { method in class:NativeNfcTag
223 connect(mTechList[0]);
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java284 // If we are not editing, connect!
287 connect(profile);
289 Log.e(TAG, "connect", e);
406 private void connect(VpnProfile profile) throws Exception { method in class:VpnSettings
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/
H A DIngestService.java312 mScannerConnection.connect();
/packages/apps/Launcher3/
H A Dprint_db.py152 conn = sqlite3.connect(fn)
/packages/apps/OMA-DM/engine/dmlib/linux_java/samples/conui/src/
H A DdmSocketConnector.cc501 // Do a connect (connect() blocks)
502 retcode = connect(server_s, (struct sockaddr *)&server_addr,
506 if ( g_nPrintfEnabled ) printf("ERROR: connect() failed \n");
/packages/apps/OMA-DM/engine/xpl/src/
H A DdmSocketConnector.cc501 // Do a connect (connect() blocks)
502 retcode = connect(server_s, (struct sockaddr *)&server_addr,
506 if ( g_nPrintfEnabled ) printf("ERROR: connect() failed \n");
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWriteWifiConfigToNfcDialog.java176 ndef.connect();
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java318 public boolean connect(BluetoothDevice device) { method in class:HidService.BluetoothInputDeviceBinder
321 return service.connect(device);
398 boolean connect(BluetoothDevice device) { method in class:HidService
/packages/apps/Nfc/src/com/android/nfc/
H A DP2pLinkManager.java372 // This will cause our SNEP connect to be delayed as well,
396 // Immediately connect and try to send again
666 Log.e(TAG, "Could not connect required NFC transports");
693 handoverClient.connect();
703 snepClient.connect();
712 nppClient.connect();
1080 // try to connect now.
1086 // Connect was delayed to interop with pre-MR2 stacks; send connect now.
H A DNfcService.java1012 public int connect(int nativeHandle, int technology) throws RemoteException { method in class:NfcService.TagService
1032 // handle. This means that the connect at the lower levels
1034 if (tag.connect(technology)) {
1796 if (device.connect()) {
1818 if (DBG) Log.d(TAG, "Cannot connect remote Target. Polling loop restarted.");
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/
H A DOpenWnnDictionaryImplJni.c1083 NJ_UINT8* connect; local
1090 /* Get the packed connect array */
1091 njd_r_get_connect( work->dicSet.rHandle[ NJ_MODE_TYPE_HENKAN ], leftPartOfSpeech, NJ_RULE_TYPE_FTOB, &connect );
1093 /* Extract connect array from bit field */
1097 if( connect[ i / 8 ] & (0x80 >> (i % 8))) {
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_hid.cpp308 if ((status = sBluetoothHidInterface->connect((bt_bdaddr_t *) addr)) !=
H A Dcom_android_bluetooth_hfpclient.cpp379 if ((status = sBluetoothHfpClientInterface->connect((bt_bdaddr_t *)addr)) != BT_STATUS_SUCCESS) {
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAdapterService.java216 // This avoids needless auto-connect attempts to profiles non-existent on the remote device
1306 hsService.connect(device);
1320 a2dpSservice.connect(device);
1349 // We ned to connect other profile only if one of the profile is still in connected state
1351 // automaticlly connect if the disconnection is initiated within 6 seconds of connection
1359 hsService.connect(device);
1363 a2dpService.connect(device);
1599 errorLog("Failed to connect socket");
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DVCardService.java85 mConnection.connect();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DInputPairer.java59 * change broadcasts. Once the bond is made, we connect to the device.
65 * connect to the wrong device and it is up to the user of this class to
66 * tell us what to connect to.
70 * device to connect to. To switch to manual mode you can call
74 * that you want to connect to, call {@link #startPairing(BluetoothDevice)}
255 mInputProxy.connect(mTarget);
566 // connect to the Bluetooth service, then registerInputListener
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java565 * connect.Once a remote socket connected, this thread shall be
862 public boolean connect(BluetoothDevice device) {
864 Log.w(TAG,"connect(): not allowed for non-active user");
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java157 // Get the handle and connect, if not already connected
196 // Don't allow to connect a -4 tag at a different level
199 // revised for NFCA... do allow to connect a -4 tag at this level.
227 public synchronized boolean connect(int technology) { method in class:NativeNfcTag

Completed in 3479 milliseconds

1234