Home
last modified time | relevance | path

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

123456789

/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()
DAvrcpCoverArtManager.java172 public synchronized boolean disconnect(BluetoothDevice device) { in disconnect() method in AvrcpCoverArtManager
194 disconnect(device); in cleanup()
391 disconnect(mDevice); in onConnectionStateChanged()
/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.java163 public synchronized boolean disconnect(BluetoothDevice device) { in disconnect() method in MapClientService
182 mapStateMachine.disconnect(); in disconnect()
251 disconnect(device); in setConnectionPolicy()
327 stateMachine.disconnect(); in stop()
485 public boolean disconnect(BluetoothDevice device) { in disconnect() method in MapClientService.Binder
493 return service.disconnect(device); in disconnect()
620 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.java97 public void disconnect() {} in disconnect() method in InCallController.InCallServiceConnection
315 public void disconnect() { in disconnect() method in InCallController.InCallServiceBindingConnection
366 disconnect(); in onConnected()
372 disconnect(); // Unbind explicitly if we get disconnected. in onDisconnected()
446 public void disconnect() { in disconnect() method in InCallController.EmergencyInCallServiceConnection
449 mSubConnection.disconnect(); in disconnect()
451 super.disconnect(); in disconnect()
506 mSubConnection.disconnect(); in takeControl()
544 mCurrentConnection.disconnect(); in chooseInitialInCallService()
562 mCurrentConnection.disconnect(); in disableCarMode()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DPbapClientService.java189 disconnect(device); in onReceive()
256 public boolean disconnect(BluetoothDevice device) { in disconnect() method in PbapClientService.BluetoothPbapClientBinder
261 return service.disconnect(device); in disconnect()
363 public boolean disconnect(BluetoothDevice device) { in disconnect() method in PbapClientService
371 pbapClientStateMachine.disconnect(device); in disconnect()
454 disconnect(device); in setConnectionPolicy()
/packages/services/Car/service/src/com/android/car/
DCarBluetoothUserService.java325 return mBluetoothA2dpSink.disconnect(device); in bluetoothDisconnectFromProfile()
327 return mBluetoothHeadsetClient.disconnect(device); in bluetoothDisconnectFromProfile()
329 return mBluetoothMapClient.disconnect(device); in bluetoothDisconnectFromProfile()
331 return mBluetoothPbapClient.disconnect(device); in bluetoothDisconnectFromProfile()
333 return mBluetoothPan.disconnect(device); in bluetoothDisconnectFromProfile()
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java177 public boolean disconnect(BluetoothDevice device) { in disconnect() method in A2dpSinkService.A2dpSinkServiceBinder
182 return service.disconnect(device); in disconnect()
291 public boolean disconnect(BluetoothDevice device) { in disconnect() method in A2dpSinkService
312 stateMachine.disconnect(); in disconnect()
397 disconnect(device); in setConnectionPolicy()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallsManagerTest.java583 verify(ongoingCall).disconnect(any()); in testUnholdCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService()
608 verify(ongoingCall, never()).disconnect(any()); in testUnholdCallWhenOngoingEmergCallCanNotBeHeldAndFromDifferentConnectionService()
708 verify(ongoingCall).disconnect(); in testAnswerCallWhenOngoingHasDifferentConnectionService()
730 verify(ongoingCall, never()).disconnect(); in testAnswerCallWhenOngoingHasDifferentConnectionServiceButIsEmerg()
761 verify(heldCall).disconnect(); in testAnswerCallWhenMultipleHeldCallsExisted()
767 verify(heldCall2, never()).disconnect(); in testAnswerCallWhenMultipleHeldCallsExisted()
828 verify(ongoingCall).disconnect(); in testSetActiveCallWhenOngoingCallCanNotBeHeldAndFromDifferentConnectionService()
852 verify(ongoingCall, never()).disconnect(); in testSetActiveCallWhenOngoingCallCanNotBeHeldAndHasSameConnectionService()
903 verify(ongoingCall).disconnect(); in testDisconnectDialingCallOnIncoming()
976 verify(ongoingCall).disconnect(); in testHangupOngoingCallWhenHeadsetMediaButtonShortPress()
[all …]
DCallTest.java144 call.disconnect(); in testDisconnectCauseWhenAudioProcessing()
171 call.disconnect(); in testDisconnectCauseWhenAudioProcessingAfterActive()
196 call.disconnect(); in testDisconnectCauseWhenSimulatedRingingAndDisconnect()
/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/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarTest.java89 car.disconnect(); in testCarConnection()
90 car.disconnect(); in testCarConnection()
102 car.disconnect(); in testDoubleConnect()
/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/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/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/apps/Bluetooth/src/com/android/bluetooth/pan/
DPanService.java255 public boolean disconnect(BluetoothDevice device) { in disconnect() method in PanService.BluetoothPanBinder
260 return service.disconnect(device); in disconnect()
357 public boolean disconnect(BluetoothDevice device) { in disconnect() method in PanService
412 disconnect(dev); in setBluetoothTethering()
445 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/hid/
DHidDeviceService.java395 public boolean disconnect(BluetoothDevice device) { in disconnect() method in HidDeviceService.BluetoothHidDeviceBinder
405 return service.disconnect(device); in disconnect()
632 public synchronized boolean disconnect(BluetoothDevice device) { in disconnect() method in HidDeviceService
643 return checkDevice(device) && mHidDeviceNativeInterface.disconnect(); in disconnect()
670 disconnect(device); in setConnectionPolicy()
/packages/apps/Bluetooth/src/com/android/bluetooth/hearingaid/
DHearingAidService.java256 disconnect(connectedDevice); in connect()
297 public boolean disconnect(BluetoothDevice device) { in disconnect() method in HearingAidService
493 disconnect(device); in setConnectionPolicy()
875 public boolean disconnect(BluetoothDevice device) { in disconnect() method in HearingAidService.BluetoothHearingAidBinder
880 return service.disconnect(device); in disconnect()
/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.java140 mAvrcpStateMachine.disconnect(); in tearDown()
157 mAvrcpStateMachine.disconnect(); in testDisconnect()
191 mAvrcpStateMachine.disconnect(); in testControlOnly()
223 mAvrcpStateMachine.disconnect(); in testBrowsingOnly()
841 secondAvrcpStateMachine.disconnect(); in testPlaybackWhileNotActiveDevice()
889 secondAvrcpStateMachine.disconnect(); in testActiveDeviceManagement()

123456789