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

12

/packages/apps/Camera2/src/com/android/camera/app/
H A DLocationProvider.java52 public void disconnect(); method in interface:LocationProvider
H A DLegacyLocationProvider.java76 public void disconnect() { method in class:LegacyLocationProvider
77 Log.d(TAG, "disconnect");
/packages/apps/Camera2/src_pd/com/android/camera/app/
H A DLocationManager.java59 public void disconnect() { method in class:LocationManager
60 mLocationProvider.disconnect();
/packages/services/Car/car-support-lib/src/android/support/car/
H A DCarServiceLoaderEmbedded.java62 public void disconnect() { method in class:CarServiceLoaderEmbedded
63 mEmbeddedCar.disconnect();
H A DCarServiceLoader.java39 public abstract void disconnect(); method in class:CarServiceLoader
H A DCar.java50 * be retried. Also, you must call {@link #disconnect} before an instance of Car goes out of scope
373 * Disconnect from Car Service. Can be called while disconnected. After disconnect is
377 public void disconnect() { method in class:Car
381 mCarServiceLoader.disconnect();
/packages/apps/Bluetooth/src/com/android/bluetooth/
H A DBluetoothObexTransport.java73 public void disconnect() throws IOException { method in class:BluetoothObexTransport
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapObexTransport.java72 public void disconnect() throws IOException { method in class:BluetoothPbapObexTransport
H A DPbapClientService.java136 disconnect(device);
188 public boolean disconnect(BluetoothDevice device) { method in class:PbapClientService.BluetoothPbapClientBinder
193 return service.disconnect(device);
288 boolean disconnect(BluetoothDevice device) { method in class:PbapClientService
295 pbapClientStateMachine.disconnect(device);
299 Log.w(TAG, "disconnect() called on unconnected device.");
H A DPbapClientStateMachine.java73 // Messages for handling connect/disconnect requests.
153 // connect/download/disconnect operations as they may be time consuming and error prone.
351 public void disconnect(BluetoothDevice device) { method in class:PbapClientStateMachine
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
H A DMediaBrowser.java78 * Wrapper for MediaBrowser.disconnect()
80 public void disconnect() { method in class:MediaBrowser
81 mDelegate.disconnect();
/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
H A DNativeP2pDevice.java54 public boolean disconnect() { method in class:NativeP2pDevice
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
H A DE2eCarTestBase.java75 public void disconnect() { method in class:E2eCarTestBase
80 mCar.disconnect();
/packages/services/Car/service/src/com/android/car/pm/
H A DAppBlockingPolicyProxy.java61 disconnect();
90 public void disconnect() { method in class:AppBlockingPolicyProxy
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkService.java123 boolean disconnect(BluetoothDevice device) { method in class:A2dpSinkService
268 public boolean disconnect(BluetoothDevice device) { method in class:A2dpSinkService.BluetoothA2dpSinkBinder
273 return service.disconnect(device);
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
H A DHidDeviceNativeInterface.java164 public boolean disconnect() { method in class:HidDeviceNativeInterface
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMnsObexClient.java169 public synchronized void disconnect() { method in class:BluetoothMnsObexClient
172 mClientSession.disconnect(null);
178 Log.w(TAG, "OBEX session disconnect error " + e.getMessage());
216 * handleRegistration won't be called when disconnect
229 disconnect();
235 * We store a list of registered MasIds only to control connect/disconnect
268 // No more registrations - disconnect
270 Log.d(TAG, "handleRegistration: disconnect");
272 disconnect();
275 //Register ContentObserver After connect/disconnect MN
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMapClientService.java156 public synchronized boolean disconnect(BluetoothDevice device) { method in class:MapClientService
160 Log.d(TAG, "MAP disconnect device: " + device
173 mapStateMachine.disconnect();
177 Log.d(TAG, "MAP disconnect device: " + device
279 stateMachine.disconnect();
418 public boolean disconnect(BluetoothDevice device) { method in class:MapClientService.Binder
420 Log.v(TAG, "disconnect()");
426 return service.disconnect(device);
538 stateMachine.disconnect();
H A DMasClient.java130 disconnect();
135 disconnect();
139 private void disconnect() { method in class:MasClient
142 mSession.disconnect(null);
167 disconnect();
215 inst.disconnect();
/packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/
H A DBrowsedPlayerWrapper.java125 wrapper.disconnect();
130 void disconnect() { method in class:BrowsedPlayerWrapper
131 if (DEBUG) Log.d(TAG, "disconnect: Disconnecting from " + mPackageName);
132 mWrappedBrowser.disconnect();
190 // This will disconnect when the callback is called
234 mWrappedBrowser.disconnect();
293 disconnect();
301 disconnect();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexClientSession.java218 disconnect();
238 private void disconnect() { method in class:BluetoothOppObexClientSession.ClientThread
241 mCs.disconnect(null);
248 Log.w(TAG, "OBEX session disconnect error" + e);
/packages/apps/Settings/src/com/android/settings/vpn2/
H A DConfigDialogFragment.java171 if (!disconnect(profile)) {
172 Log.e(TAG, "Failed to disconnect VPN. Leaving profile in keystore.");
218 disconnect(profile);
247 private boolean disconnect(VpnProfile profile) { method in class:ConfigDialogFragment
254 Log.e(TAG, "Failed to disconnect", e);
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
H A DBluetoothDetailsProfilesControllerTest.java123 public boolean disconnect(BluetoothDevice device) { method in class:BluetoothDetailsProfilesControllerTest.FakeBluetoothProfile
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
H A DBluetoothHeadsetFragment.java98 disconnect();
176 void disconnect() { method in class:BluetoothHeadsetFragment
187 mHfpClientProfile.disconnect(mPickedDevice);
206 Log.w(TAG, "Device null when trying to disconnect sco!");
211 Log.w(TAG, "HFP Profile proxy not available, cannot disconnect sco to " +
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
H A DHearingAidService.java242 disconnect(connectedDevice);
277 boolean disconnect(BluetoothDevice device) { method in class:HearingAidService
280 Log.d(TAG, "disconnect(): " + device);
294 Log.e(TAG, "Ignored disconnect request for " + device
784 public boolean disconnect(BluetoothDevice device) { method in class:HearingAidService.BluetoothHearingAidBinder
789 return service.disconnect(device);

Completed in 7510 milliseconds

12