Searched defs:disconnect (Results 1 - 25 of 37) sorted by last modified time

12

/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java186 mWallpaperConnection.disconnect();
249 public void disconnect() { method in class:LiveWallpaperPreview.WallpaperConnection
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DMagicSmokeSelector.java114 mWallpaperConnection.disconnect();
164 public void disconnect() { method in class:MagicSmokeSelector.WallpaperConnection
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCall.java758 * Attempts to disconnect the call through the connection service.
760 void disconnect() { method in class:Call
770 Log.e(this, new Exception(), "disconnect() request on a call without a"
773 Log.i(this, "Send disconnect to connection service for call: %s", this);
778 mConnectionService.disconnect(this);
H A DConnectionServiceWrapper.java130 Log.d(this, "disconnect call %s %s", disconnectCause, call);
414 Log.d(this, "disconnect call %s", callId);
718 /** @see ConnectionService#disconnect(String) */
719 void disconnect(Call call) { method in class:ConnectionServiceWrapper
721 if (callId != null && isServiceValid("disconnect")) {
723 logOutgoing("disconnect %s", callId);
724 mServiceInterface.disconnect(callId);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DA2dpProfile.java119 mService.disconnect(sink);
125 public boolean disconnect(BluetoothDevice device) { method in class:A2dpProfile
131 return mService.disconnect(device);
H A DCachedBluetoothDevice.java39 * functionality that can be performed on the device (connect, pair, disconnect,
143 // Device doesn't support NAP, so remove PanProfile on disconnect
153 Log.d(TAG, "Removing PanProfile from device after NAP disconnect");
172 void disconnect() { method in class:CachedBluetoothDevice
174 disconnect(profile);
178 // disconnect PBAP connection when HF connection is brought down
182 PbapProfile.disconnect(mDevice);
186 void disconnect(LocalBluetoothProfile profile) { method in class:CachedBluetoothDevice
187 if (profile.disconnect(mDevice)) {
H A DHeadsetProfile.java124 public boolean disconnect(BluetoothDevice device) { method in class:HeadsetProfile
136 return mService.disconnect(device);
H A DHidProfile.java106 public boolean disconnect(BluetoothDevice device) { method in class:HidProfile
108 return mService.disconnect(device);
H A DLocalBluetoothProfile.java40 boolean disconnect(BluetoothDevice device); method in interface:LocalBluetoothProfile
H A DMapProfile.java119 public boolean disconnect(BluetoothDevice device) { method in class:MapProfile
126 return mService.disconnect(device);
H A DOppProfile.java47 public boolean disconnect(BluetoothDevice device) { method in class:OppProfile
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();
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DVpnSettings.java275 disconnect(profile.key);
335 disconnect(mSelectedKey);
414 private void disconnect(String key) { method in class:VpnSettings
/packages/apps/Settings/tests/src/com/android/settings/vpn2/
H A DVpnTests.java133 // disconnect existing vpn if there is any
136 Log.v(TAG, "disconnect legacy VPN");
137 disconnect();
218 private void disconnect() throws Exception { method in class:VpnTests
222 Log.e(TAG, String.format("disconnect VPN exception: %s", e.toString()));
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java251 public synchronized boolean disconnect() { method in class:NativeNfcTag
H A DNativeP2pDevice.java52 public boolean disconnect() { method in class:NativeP2pDevice
/packages/apps/Nfc/nxp/src/com/android/nfc/dhimpl/
H A DNativeNfcTag.java239 public synchronized boolean disconnect() { method in class:NativeNfcTag
H A DNativeP2pDevice.java52 public boolean disconnect() { method in class:NativeP2pDevice
/packages/apps/Nfc/src/com/android/nfc/
H A DDeviceHost.java55 boolean disconnect(); method in interface:DeviceHost.TagEndpoint
110 public boolean disconnect(); method in interface:DeviceHost.NfcDepEndpoint
/packages/apps/Camera2/src/com/android/camera/app/
H A DLegacyLocationProvider.java70 public void disconnect() { method in class:LegacyLocationProvider
71 Log.d(TAG, "disconnect");
H A DLocationProvider.java52 public void disconnect(); method in interface:LocationProvider
/packages/apps/Camera2/src_pd/com/android/camera/app/
H A DLocationManager.java59 public void disconnect() { method in class:LocationManager
60 mLocationProvider.disconnect();
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
H A DA2dpService.java137 boolean disconnect(BluetoothDevice device) { method in class:A2dpService
240 public boolean disconnect(BluetoothDevice device) { method in class:A2dpService.BluetoothA2dpBinder
243 return service.disconnect(device);
H A DA2dpSinkService.java118 boolean disconnect(BluetoothDevice device) { method in class:A2dpSinkService
183 public boolean disconnect(BluetoothDevice device) { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
186 return service.disconnect(device);

Completed in 1070 milliseconds

12