Home
last modified time | relevance | path

Searched refs:disconnect (Results 1 – 25 of 176) sorted by relevance

12345678

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/newavrcp/
DBrowserPlayerWrapperTest.java81 verify(mMockBrowser).disconnect(); in testWrap()
95 verify(mMockBrowser, times(1)).disconnect(); in testConnect_Successful()
112 verify(mMockBrowser, times(2)).disconnect(); in testConnect_Suspended()
126 verify(mMockBrowser, times(1)).disconnect(); in testConnect_Failed()
144 verify(mMockBrowser, times(1)).disconnect(); in testEmptyRoot()
155 verify(mMockBrowser).disconnect(); in testDisconnect()
168 verify(mMockBrowser).disconnect(); in testGetRootId()
191 verify(mMockBrowser, times(0)).disconnect(); in testPlayItem()
200 verify(mMockBrowser, times(0)).disconnect(); in testPlayItem()
205 verify(mMockBrowser, times(1)).disconnect(); in testPlayItem()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpBipClient.java273 disconnect(); in connect()
277 disconnect(); in connect()
289 mSession.disconnect(null); in refreshObexSession()
293 disconnect(); in refreshObexSession()
310 disconnect(); in refreshObexSession()
314 disconnect(); in refreshObexSession()
323 private synchronized void disconnect() { in disconnect() method in AvrcpBipClient
328 mSession.disconnect(null); in disconnect()
365 disconnect(); in executeRequest()
413 inst.disconnect(); in handleMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
DMasClient.java145 disconnect(); in connect()
150 disconnect(); in connect()
154 private void disconnect() { in disconnect() method in MasClient
157 mSession.disconnect(null); in disconnect()
182 disconnect(); in executeRequest()
232 inst.disconnect(); in handleMessage()
DMapClientService.java166 public synchronized boolean disconnect(BluetoothDevice device) { in disconnect() method in MapClientService
185 mapStateMachine.disconnect(); in disconnect()
257 disconnect(device); in setConnectionPolicy()
336 stateMachine.disconnect(); in stop()
502 public boolean disconnect(BluetoothDevice device) { in disconnect() method in MapClientService.Binder
510 return service.disconnect(device); in disconnect()
648 stateMachine.disconnect(); in onReceive()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DBrowsedPlayerWrapper.java144 disconnect(); in connect()
154 void disconnect() { in disconnect() method
156 mWrappedBrowser.disconnect(); in disconnect()
220 disconnect(); in playItem()
297 disconnect();
441 disconnect();
449 disconnect();
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallController.java102 public void disconnect() {} in disconnect() method in InCallController.InCallServiceConnection
320 public void disconnect() { in disconnect() method in InCallController.InCallServiceBindingConnection
374 disconnect(); in onConnected()
380 disconnect(); // Unbind explicitly if we get disconnected. in onDisconnected()
454 public void disconnect() { in disconnect() method in InCallController.EmergencyInCallServiceConnection
457 mSubConnection.disconnect(); in disconnect()
459 super.disconnect(); in disconnect()
514 mSubConnection.disconnect(); in takeControl()
552 mCurrentConnection.disconnect(); in chooseInitialInCallService()
570 mCurrentConnection.disconnect(); in disableCarMode()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientService.java197 disconnect(device); in onReceive()
264 public boolean disconnect(BluetoothDevice device) { in disconnect() method in PbapClientService.BluetoothPbapClientBinder
269 return service.disconnect(device); in disconnect()
371 public boolean disconnect(BluetoothDevice device) { in disconnect() method in PbapClientService
379 pbapClientStateMachine.disconnect(device); in disconnect()
465 disconnect(device); in setConnectionPolicy()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java582 verify(ongoingCall).disconnect(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService()
607 verify(ongoingCall, never()).disconnect(any()); in testUnholdCallWhenOngoingEmergCallCanNotBeHeldAndFromDifferentConnectionService()
707 verify(ongoingCall).disconnect(); in testAnswerCallWhenOngoingHasDifferentConnectionService()
729 verify(ongoingCall, never()).disconnect(); in testAnswerCallWhenOngoingHasDifferentConnectionServiceButIsEmerg()
760 verify(heldCall).disconnect(); in testAnswerCallWhenMultipleHeldCallsExisted()
766 verify(heldCall2, never()).disconnect(); in testAnswerCallWhenMultipleHeldCallsExisted()
827 verify(ongoingCall).disconnect(); in testSetActiveCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService()
851 verify(ongoingCall, never()).disconnect(); in testSetActiveCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService()
902 verify(ongoingCall).disconnect(); in testDisconnectDialingCallOnIncoming()
975 verify(ongoingCall).disconnect(); in testHangupOngoingCallWhenHeadsetMediaButtonShortPress()
[all …]
DCallTest.java144 call.disconnect(); in testDisconnectCauseWhenAudioProcessing()
171 call.disconnect(); in testDisconnectCauseWhenAudioProcessingAfterActive()
196 call.disconnect(); in testDisconnectCauseWhenSimulatedRingingAndDisconnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java183 public boolean disconnect(BluetoothDevice device) { in disconnect() method in A2dpSinkService.A2dpSinkServiceBinder
188 return service.disconnect(device); in disconnect()
297 public boolean disconnect(BluetoothDevice device) { in disconnect() method in A2dpSinkService
318 stateMachine.disconnect(); in disconnect()
406 disconnect(device); in setConnectionPolicy()
/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java326 return mBluetoothA2dpSink.disconnect(device); in bluetoothDisconnectFromProfile()
328 return mBluetoothHeadsetClient.disconnect(device); in bluetoothDisconnectFromProfile()
330 return mBluetoothMapClient.disconnect(device); in bluetoothDisconnectFromProfile()
332 return mBluetoothPbapClient.disconnect(device); in bluetoothDisconnectFromProfile()
334 return mBluetoothPan.disconnect(device); in bluetoothDisconnectFromProfile()
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarTest.java82 car.disconnect(); in testCarConnection()
83 car.disconnect(); in testCarConnection()
99 car.disconnect(); in testDoubleConnect()
/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DCarBleCentralManager.java300 gatt.disconnect();
311 gatt.disconnect();
321 gatt.disconnect();
327 gatt.disconnect();
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/
DHdHomeRunChannelScan.java79 connection.disconnect(); in scan()
89 connection.disconnect(); in scan()
118 connection.disconnect(); in scan()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMnsObexClient.java169 public synchronized void disconnect() { in disconnect() method in BluetoothMnsObexClient
172 mClientSession.disconnect(null); in disconnect()
228 disconnect(); in shutdown()
271 disconnect(); in handleRegistration()
/packages/apps/Camera2/src_pd/com/android/camera/app/
DLocationManager.java61 public void disconnect() { in disconnect() method in LocationManager
62 mLocationProvider.disconnect(); in disconnect()
/packages/apps/Settings/src/com/android/settings/vpn2/
DConfigDialogFragment.java151 if (!disconnect(profile)) { in onClick()
198 disconnect(profile); in save()
227 private boolean disconnect(VpnProfile profile) { in disconnect() method in ConfigDialogFragment
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/vpn2/
DConfigDialogFragment.java147 if (!disconnect(profile)) { in onClick()
194 disconnect(profile); in save()
223 private boolean disconnect(VpnProfile profile) { in disconnect() method in ConfigDialogFragment
/packages/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java261 public boolean disconnect(BluetoothDevice device) { in disconnect() method in PanService.BluetoothPanBinder
266 return service.disconnect(device); in disconnect()
363 public boolean disconnect(BluetoothDevice device) { in disconnect() method in PanService
419 disconnect(dev); in setBluetoothTethering()
453 disconnect(device); in setConnectionPolicy()
/packages/apps/Dialer/java/com/android/incallui/calllocation/impl/
DHttpFetcher.java107 conn.disconnect(); in sendRequestAsByteArray()
150 httpUrlConnection.disconnect(); in sendRequestAsInputStream()
279 httpUrlConnection.disconnect(); in close()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java258 disconnect(connectedDevice); in connect()
299 public boolean disconnect(BluetoothDevice device) { in disconnect() method in HearingAidService
498 disconnect(device); in setConnectionPolicy()
880 public boolean disconnect(BluetoothDevice device) { in disconnect() method in HearingAidService.BluetoothHearingAidBinder
885 return service.disconnect(device); in disconnect()
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
DHidDeviceService.java398 public boolean disconnect(BluetoothDevice device) { in disconnect() method in HidDeviceService.BluetoothHidDeviceBinder
408 return service.disconnect(device); in disconnect()
635 public synchronized boolean disconnect(BluetoothDevice device) { in disconnect() method in HidDeviceService
646 return checkDevice(device) && mHidDeviceNativeInterface.disconnect(); in disconnect()
676 disconnect(device); in setConnectionPolicy()
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
DMediaBrowser.java80 public void disconnect() { in disconnect() method in MediaBrowser
81 mDelegate.disconnect(); in disconnect()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java144 mAvrcpStateMachine.disconnect(); in tearDown()
161 mAvrcpStateMachine.disconnect(); in testDisconnect()
195 mAvrcpStateMachine.disconnect(); in testControlOnly()
227 mAvrcpStateMachine.disconnect(); in testBrowsingOnly()
845 secondAvrcpStateMachine.disconnect(); in testPlaybackWhileNotActiveDevice()
893 secondAvrcpStateMachine.disconnect(); in testActiveDeviceManagement()
/packages/apps/UniversalMediaPlayer/java/com/android/pump/util/
DHttp.java145 disconnect(connection); in getOrPost()
169 private static void disconnect(HttpURLConnection connection) { in disconnect() method in Http
171 connection.disconnect(); in disconnect()

12345678