Searched defs:disconnect (Results 1 - 17 of 17) 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/src/com/android/nfc/nxp/
H A DNativeP2pDevice.java52 public boolean disconnect() { method in class:NativeP2pDevice
H A DNativeNfcTag.java221 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.java87 mService.disconnect(sink);
93 public boolean disconnect(BluetoothDevice device) { method in class:A2dpProfile
94 return mService.disconnect(device);
H A DHeadsetProfile.java114 mService.disconnect(sink);
120 public boolean disconnect(BluetoothDevice device) { method in class:HeadsetProfile
127 return mService.disconnect(device);
H A DHidProfile.java73 public boolean disconnect(BluetoothDevice device) { method in class:HidProfile
74 return mService.disconnect(device);
H A DPanProfile.java77 mService.disconnect(sink);
83 public boolean disconnect(BluetoothDevice device) { method in class:PanProfile
84 return mService.disconnect(device);
H A DCachedBluetoothDevice.java38 * functionality that can be performed on the device (connect, pair, disconnect,
129 // Device doesn't support NAP, so remove PanProfile on disconnect
136 Log.d(TAG, "Removing PanProfile from device after NAP disconnect");
155 void disconnect() { method in class:CachedBluetoothDevice
157 disconnect(profile);
161 void disconnect(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
162 if (profile.disconnect(mDevice)) {
286 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/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java194 disconnect(profile.key);
253 disconnect(mSelectedKey);
450 private void disconnect(String key) { method in class:VpnSettings
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java181 mWallpaperConnection.disconnect();
244 public void disconnect() { method in class:LiveWallpaperPreview.WallpaperConnection
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java62 boolean disconnect(); method in interface:DeviceHost.TagEndpoint
112 public boolean disconnect(); method in interface:DeviceHost.NfcDepEndpoint

Completed in 225 milliseconds