Home
last modified time | relevance | path

Searched refs:hangupCall (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetSystemInterface.java215 public void hangupCall(BluetoothDevice device) { in hangupCall() method in HeadsetSystemInterface
227 mPhoneProxy.hangupCall(); in hangupCall()
DHeadsetStateMachine.java664 mSystemInterface.hangupCall(event.device); in processMessage()
930 mSystemInterface.hangupCall(event.device); in processMessage()
1920 mSystemInterface.hangupCall(device); in processKeyPressed()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java163 boolean callHungup = mBluetoothPhoneService.mBinder.hangupCall(); in testHeadsetHangupCall()
174 boolean callHungup = mBluetoothPhoneService.mBinder.hangupCall(); in testHeadsetHangupCallNull()
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java122 public boolean hangupCall() throws RemoteException {
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetStateMachineTest.java934 verify(mSystemInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).hangupCall(mTestDevice); in testKeyPressedEventInCallAndAudioOn_hangupCall()