Searched refs:acceptCall (Results 1 – 6 of 6) sorted by relevance
71 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD); in onUnhold()90 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE); in onConnectionAdded()
255 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD); in onUnhold()265 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE); in onAnswer()
334 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService.BluetoothHeadsetClientBinder339 return service.acceptCall(device, flag); in acceptCall()646 boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService
430 private void acceptCall(int flag) { in acceptCall() method in HeadsetClientStateMachine1241 acceptCall(message.arg1); in processMessage()
181 getPhone().acceptCall(videoState); in onAnswer()
804 getPhone().acceptCall(videoState); in onAnswer()