Searched defs:connect (Results 1 - 22 of 22) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppRfcommTransport.java74 public void connect() throws IOException { method in class:BluetoothOppRfcommTransport
H A DBluetoothOppObexClientSession.java174 connect();
232 private void connect() { method in class:BluetoothOppObexClientSession.ClientThread
247 mCs.connect(hs);
251 Log.e(TAG, "OBEX session connect error");
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/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapRfcommTransport.java73 public void connect() throws IOException { method in class:BluetoothPbapRfcommTransport
/packages/apps/Nfc/src/com/android/nfc/nxp/
H A DNativeP2pDevice.java46 public boolean connect() { method in class:NativeP2pDevice
H A DNativeNfcTag.java144 // Get the handle and connect, if not already connected
176 // Don't allow to connect a -4 tag at a different level
198 public synchronized boolean connect(int technology) { method in class:NativeNfcTag
/packages/apps/Nfc/src/com/android/nfc/snep/
H A DSnepClient.java112 public void connect() throws IOException { method in class:SnepClient
127 throw new IOException("Could not connect to socket.");
130 if (DBG) Log.d(TAG, "about to connect to service " + mServiceName);
133 if (DBG) Log.d(TAG, "about to connect to port " + mPort);
146 throw new IOException("Could not connect to socket");
154 throw new IOException("Failed to connect to socket");
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfile.java38 boolean connect(BluetoothDevice device); method in interface:LocalBluetoothProfile
H A DOppProfile.java43 public boolean connect(BluetoothDevice device) { method in class:OppProfile
H A DA2dpProfile.java83 public boolean connect(BluetoothDevice device) { method in class:A2dpProfile
90 return mService.connect(device);
H A DHeadsetProfile.java110 public boolean connect(BluetoothDevice device) { method in class:HeadsetProfile
117 return mService.connect(device);
H A DHidProfile.java69 public boolean connect(BluetoothDevice device) { method in class:HidProfile
70 return mService.connect(device);
H A DPanProfile.java73 public boolean connect(BluetoothDevice device) { method in class:PanProfile
80 return mService.connect(device);
H A DCachedBluetoothDevice.java38 * functionality that can be performed on the device (connect, pair, disconnect,
81 * When we connect to multiple profiles, we only want to display a single
87 * Last time a bt profile auto-connect was attempted.
89 * MAX_UUID_DELAY_FOR_AUTO_CONNECT milliseconds, we will try auto-connect
97 /** Auto-connect after pairing only if locally initiated. */
169 void connect(boolean connectAllProfiles) { method in class:CachedBluetoothDevice
179 // Attempt to connect if UUIDs are available. Otherwise,
180 // we will connect when the ACTION_UUID intent arrives.
181 connect(false);
188 // If UUIDs are not available yet, connect wil
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndrdic.c86 NJ_INT16 njd_r_get_connect(NJ_DIC_HANDLE rule, NJ_UINT16 hinsi, NJ_UINT8 type, NJ_UINT8 **connect) { argument
101 *connect = (NJ_UINT8*)(F_HINSI_TOP_ADDR(rule) + ((hinsi - 1) * rec_len));
106 *connect = (NJ_UINT8*)(B_HINSI_TOP_ADDR(rule) + ((hinsi - 1) * rec_len));
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DMagicSmokeSelector.java104 if (!mWallpaperConnection.connect()) {
153 public boolean connect() { method in class:MagicSmokeSelector.WallpaperConnection
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java202 // If we are not editing, connect!
205 connect(profile);
207 Log.e(TAG, "connect", e);
347 private void connect(VpnProfile profile) throws Exception { method in class:VpnSettings
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java148 if (!mWallpaperConnection.connect()) {
233 public boolean connect() { method in class:LiveWallpaperPreview.WallpaperConnection
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java60 boolean connect(int technology); method in interface:DeviceHost.TagEndpoint
110 public boolean connect(); method in interface:DeviceHost.NfcDepEndpoint
H A DNfcService.java803 public int connect(int nativeHandle, int technology) throws RemoteException { method in class:NfcService.TagService
823 // handle. This means that the connect at the lower levels
825 if (tag.connect(technology)) {
1373 * when we change routing while there is a P2P target connect.
1682 if (device.connect()) {
1704 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/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_lib.h263 NJ_INT16 connect; member in struct:__anon25
348 NJ_EXTERN NJ_INT16 njx_add_word(NJ_CLASS *iwnn, NJ_WORD_INFO *word, NJ_UINT8 type, NJ_UINT8 connect);

Completed in 259 milliseconds