Searched refs:hangupCall (Results 1 – 5 of 5) sorted by relevance
215 public void hangupCall(BluetoothDevice device) { in hangupCall() method in HeadsetSystemInterface227 mPhoneProxy.hangupCall(); in hangupCall()
664 mSystemInterface.hangupCall(event.device); in processMessage()930 mSystemInterface.hangupCall(event.device); in processMessage()1920 mSystemInterface.hangupCall(device); in processKeyPressed()
163 boolean callHungup = mBluetoothPhoneService.mBinder.hangupCall(); in testHeadsetHangupCall()174 boolean callHungup = mBluetoothPhoneService.mBinder.hangupCall(); in testHeadsetHangupCallNull()
122 public boolean hangupCall() throws RemoteException {
934 verify(mSystemInterface, timeout(ASYNC_CALL_TIMEOUT_MILLIS)).hangupCall(mTestDevice); in testKeyPressedEventInCallAndAudioOn_hangupCall()