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

/packages/apps/Settings/src/com/android/settings/vpn/
H A DVpnProfileActor.java56 void disconnect(); method in interface:VpnProfileActor
H A DAuthenticationActor.java153 public void disconnect() { method in class:AuthenticationActor
158 IVpnService.Stub.asInterface(service).disconnect();
160 Log.e(TAG, "disconnect()", e);
H A DVpnSettings.java688 // Do connect or disconnect based on the current state.
703 getActor(p).disconnect();
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppRfcommTransport.java80 public void disconnect() throws IOException { method in class:BluetoothOppRfcommTransport
H A DBluetoothOppObexClientSession.java180 disconnect();
193 private void disconnect() { method in class:BluetoothOppObexClientSession.ClientThread
196 mCs.disconnect(null);
201 Log.w(TAG, "OBEX session disconnect error" + e);
H A DTestActivity.java635 public void disconnect() throws IOException { method in class:TestTcpTransport
H A DBluetoothOppService.java967 if (V) Log.v(TAG, "MediaScannerConnection disconnect");
968 mConnection.disconnect();
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapRfcommTransport.java79 public void disconnect() throws IOException { method in class:BluetoothPbapRfcommTransport
H A DBluetoothPbapService.java494 * shutdown.When the remote disconnect,this thread shall run again waiting
717 public void disconnect() {
718 if (DEBUG) Log.d(TAG, "disconnect");
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
H A DMagicSmokeSelector.java120 mWallpaperConnection.disconnect();
172 public void disconnect() { method in class:MagicSmokeSelector.WallpaperConnection
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothProfileManager.java129 public abstract boolean disconnect(BluetoothDevice device); method in class:LocalBluetoothProfileManager
188 public boolean disconnect(BluetoothDevice device) { method in class:LocalBluetoothProfileManager.A2dpProfileManager
299 // disconnect from any headset first
305 public boolean disconnect(BluetoothDevice device) { method in class:LocalBluetoothProfileManager.HeadsetProfileManager
392 public boolean disconnect(BluetoothDevice device) { method in class:LocalBluetoothProfileManager.OppProfileManager
H A DCachedBluetoothDevice.java49 * functionality that can be performed on the device (connect, pair, disconnect,
135 * We want to serialize connect and disconnect calls. http://b/170538
183 Log.d(TAG, "Removed because of a pending disconnect. " + existingJob);
284 * disconnect
334 public void disconnect() { method in class:CachedBluetoothDevice
336 disconnect(profile);
340 public void disconnect(Profile profile) { method in class:CachedBluetoothDevice
349 if (profileManager.disconnect(cachedDevice.mDevice)) {
360 disconnect();
374 disconnect();
[all...]
H A DConnectSpecificProfilesActivity.java186 mCachedDevice.disconnect(profile);
209 * @param takeAction Whether to take action (i.e., connect or disconnect)
219 mCachedDevice.disconnect();
H A DDockService.java175 * and that the intent is for a disconnect
708 cachedDevice.disconnect(mProfiles[i]);
734 cachedBluetoothDevice.disconnect();
/packages/apps/Settings/src/com/android/settings/wifi/
H A DWifiAPITest.java47 private static final String KEY_DISCONNECT = "disconnect";
102 mWifiManager.disconnect();
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
H A DLiveWallpaperPreview.java181 mWallpaperConnection.disconnect();
226 public void disconnect() { method in class:LiveWallpaperPreview.WallpaperConnection
/packages/apps/Phone/src/com/android/phone/
H A DBluetoothHeadsetService.java162 headset.disconnect();
185 headset.disconnect();
214 headset.disconnect();
347 headset.disconnect();
386 headset.disconnect();
613 mHeadset.disconnect();
633 mHeadset.disconnect();
/packages/apps/Gallery3D/src/com/cooliris/media/
H A DCropImage.java157 connection.disconnect();
/packages/apps/Email/src/com/android/email/activity/
H A DMessageView.java1694 mConnection.disconnect();

Completed in 117 milliseconds