Searched defs:disconnect (Results 1 - 24 of 24) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppRfcommTransport.java80 public void disconnect() throws IOException { method in class:BluetoothOppRfcommTransport
H A DBluetoothOppObexClientSession.java190 disconnect();
203 private void disconnect() { method in class:BluetoothOppObexClientSession.ClientThread
206 mCs.disconnect(null);
211 Log.w(TAG, "OBEX session disconnect error" + e);
H A DTestActivity.java633 public void disconnect() throws IOException { method in class:TestTcpTransport
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapRfcommTransport.java79 public void disconnect() throws IOException { method in class:BluetoothPbapRfcommTransport
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java52 public boolean disconnect() { method in class:NativeP2pDevice
H A DNativeNfcTag.java238 public synchronized boolean disconnect() { method in class:NativeNfcTag
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java52 public boolean disconnect() { method in class:NativeP2pDevice
H A DNativeNfcTag.java226 public synchronized boolean disconnect() { method in class:NativeNfcTag
/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 DA2dpProfile.java99 mService.disconnect(sink);
105 public boolean disconnect(BluetoothDevice device) { method in class:A2dpProfile
111 return mService.disconnect(device);
H A DHidProfile.java84 public boolean disconnect(BluetoothDevice device) { method in class:HidProfile
86 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 DPbapServerProfile.java85 public boolean disconnect(BluetoothDevice device) { method in class:PbapServerProfile
87 return mService.disconnect();
H A DHeadsetProfile.java118 mService.disconnect(sink);
124 public boolean disconnect(BluetoothDevice device) { method in class:HeadsetProfile
132 return mService.disconnect(device);
H A DCachedBluetoothDevice.java39 * functionality that can be performed on the device (connect, pair, disconnect,
134 // Device doesn't support NAP, so remove PanProfile on disconnect
141 Log.d(TAG, "Removing PanProfile from device after NAP disconnect");
160 void disconnect() { method in class:CachedBluetoothDevice
162 disconnect(profile);
166 // disconnect PBAP connection when HF connection is brought down
170 PbapProfile.disconnect(mDevice);
174 void disconnect(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
175 if (profile.disconnect(mDevice)) {
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java125 boolean disconnect(BluetoothDevice device) { method in class:A2dpService
211 public boolean disconnect(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
214 return service.disconnect(device);
/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/hfp/
H A DHeadsetService.java145 public boolean disconnect(BluetoothDevice device) { method in class:HeadsetService.BluetoothHeadsetBinder
148 return service.disconnect(device);
327 boolean disconnect(BluetoothDevice device) { method in class:HeadsetService
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java185 mWallpaperConnection.disconnect();
248 public void disconnect() { method in class:LiveWallpaperPreview.WallpaperConnection
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
H A DPanService.java197 public boolean disconnect(BluetoothDevice device) { method in class:PanService.BluetoothPanBinder
200 return service.disconnect(device);
254 boolean disconnect(BluetoothDevice device) { method in class:PanService
290 disconnect(dev);
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java237 disconnect(profile.key);
297 disconnect(mSelectedKey);
376 private void disconnect(String key) { method in class:VpnSettings
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidService.java307 public boolean disconnect(BluetoothDevice device) { method in class:HidService.BluetoothInputDeviceBinder
310 return service.disconnect(device);
397 boolean disconnect(BluetoothDevice device) { method in class:HidService
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java72 boolean disconnect(); method in interface:DeviceHost.TagEndpoint
122 public boolean disconnect(); method in interface:DeviceHost.NfcDepEndpoint

Completed in 1096 milliseconds