Searched refs:disconnect (Results 1 - 25 of 49) sorted by relevance

12

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java52 public boolean disconnect() { method in class:NativeP2pDevice
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java52 public boolean disconnect() { method in class:NativeP2pDevice
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfile.java40 boolean disconnect(BluetoothDevice device); method in interface:LocalBluetoothProfile
H A DOppProfile.java47 public boolean disconnect(BluetoothDevice device) { method in class:OppProfile
H A DPbapServerProfile.java85 public boolean disconnect(BluetoothDevice device) { method in class:PbapServerProfile
87 return mService.disconnect();
H A DA2dpProfile.java119 mService.disconnect(sink);
125 public boolean disconnect(BluetoothDevice device) { method in class:A2dpProfile
131 return mService.disconnect(device);
H A DPanProfile.java90 mService.disconnect(sink);
96 public boolean disconnect(BluetoothDevice device) { method in class:PanProfile
98 return mService.disconnect(device);
H A DHidProfile.java106 public boolean disconnect(BluetoothDevice device) { method in class:HidProfile
108 return mService.disconnect(device);
H A DHeadsetProfile.java118 mService.disconnect(sink);
124 public boolean disconnect(BluetoothDevice device) { method in class:HeadsetProfile
132 return mService.disconnect(device);
H A DMapProfile.java119 public boolean disconnect(BluetoothDevice device) { method in class:MapProfile
126 return mService.disconnect(device);
H A DCachedBluetoothDevice.java39 * functionality that can be performed on the device (connect, pair, disconnect,
146 // Device doesn't support NAP, so remove PanProfile on disconnect
163 Log.d(TAG, "Removing PanProfile from device after NAP disconnect");
182 void disconnect() { method in class:CachedBluetoothDevice
184 disconnect(profile);
188 // disconnect PBAP connection when HF connection is brought down
192 PbapProfile.disconnect(mDevice);
196 void disconnect(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
197 if (profile.disconnect(mDevice)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapRfcommTransport.java62 public void disconnect() throws IOException { method in class:BluetoothMapRfcommTransport
H A DBluetoothMnsRfcommTransport.java62 public void disconnect() throws IOException { method in class:BluetoothMnsRfcommTransport
H A DBluetoothMnsObexClient.java122 public void disconnect() { method in class:BluetoothMnsObexClient
125 mClientSession.disconnect(null);
129 Log.w(TAG, "OBEX session disconnect error " + e.getMessage());
172 disconnect();
196 // Unregister - should we disconnect, or keep the connection? - the spec. says nothing about this.
200 disconnect();
270 Log.w(TAG, "sendEvent after disconnect:" + mConnected);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppRfcommTransport.java80 public void disconnect() throws IOException { method in class:BluetoothOppRfcommTransport
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapRfcommTransport.java79 public void disconnect() throws IOException { method in class:BluetoothPbapRfcommTransport
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java80 boolean disconnect(); method in interface:DeviceHost.TagEndpoint
130 public boolean disconnect(); method in interface:DeviceHost.NfcDepEndpoint
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
H A DJavaNetHttpHelper.java91 c.disconnect();
122 c.disconnect();
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DMagicSmokeSelector.java114 mWallpaperConnection.disconnect();
164 public void disconnect() { method in class:MagicSmokeSelector.WallpaperConnection
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java132 boolean disconnect(BluetoothDevice device) { method in class:A2dpService
235 public boolean disconnect(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
238 return service.disconnect(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java117 mTetherAc.disconnect();
203 mTetherAc.disconnect();
241 public boolean disconnect(BluetoothDevice device) { method in class:PanService.BluetoothPanBinder
244 return service.disconnect(device);
298 boolean disconnect(BluetoothDevice device) { method in class:PanService
334 disconnect(dev);
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiAPITest.java47 private static final String KEY_DISCONNECT = "disconnect";
102 mWifiManager.disconnect();
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetService.java149 public boolean disconnect(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
152 return service.disconnect(device);
335 boolean disconnect(BluetoothDevice device) { method in class:HeadsetService
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp227 if ( (status = sBluetoothA2dpInterface->disconnect((bt_bdaddr_t *)addr)) != BT_STATUS_SUCCESS) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DUploader.java157 connection.disconnect();

Completed in 840 milliseconds

12