/packages/apps/Settings/src/com/android/settings/vpn/ |
H A D | VpnProfileActor.java | 56 void disconnect(); method in interface:VpnProfileActor
|
H A D | AuthenticationActor.java | 153 public void disconnect() { method in class:AuthenticationActor 158 IVpnService.Stub.asInterface(service).disconnect(); 160 Log.e(TAG, "disconnect()", e);
|
H A D | VpnSettings.java | 688 // Do connect or disconnect based on the current state. 703 getActor(p).disconnect();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppRfcommTransport.java | 80 public void disconnect() throws IOException { method in class:BluetoothOppRfcommTransport
|
H A D | BluetoothOppObexClientSession.java | 180 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 D | TestActivity.java | 635 public void disconnect() throws IOException { method in class:TestTcpTransport
|
H A D | BluetoothOppService.java | 967 if (V) Log.v(TAG, "MediaScannerConnection disconnect"); 968 mConnection.disconnect();
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
H A D | BluetoothPbapRfcommTransport.java | 79 public void disconnect() throws IOException { method in class:BluetoothPbapRfcommTransport
|
H A D | BluetoothPbapService.java | 494 * 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 D | MagicSmokeSelector.java | 120 mWallpaperConnection.disconnect(); 172 public void disconnect() { method in class:MagicSmokeSelector.WallpaperConnection
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
H A D | LocalBluetoothProfileManager.java | 129 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 D | CachedBluetoothDevice.java | 49 * 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 D | ConnectSpecificProfilesActivity.java | 186 mCachedDevice.disconnect(profile); 209 * @param takeAction Whether to take action (i.e., connect or disconnect) 219 mCachedDevice.disconnect();
|
H A D | DockService.java | 175 * 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 D | WifiAPITest.java | 47 private static final String KEY_DISCONNECT = "disconnect"; 102 mWifiManager.disconnect();
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
H A D | LiveWallpaperPreview.java | 181 mWallpaperConnection.disconnect(); 226 public void disconnect() { method in class:LiveWallpaperPreview.WallpaperConnection
|
/packages/apps/Phone/src/com/android/phone/ |
H A D | BluetoothHeadsetService.java | 162 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 D | CropImage.java | 157 connection.disconnect();
|
/packages/apps/Email/src/com/android/email/activity/ |
H A D | MessageView.java | 1694 mConnection.disconnect();
|