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()
256 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD); in onUnhold()266 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE); in onAnswer()
340 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService.BluetoothHeadsetClientBinder345 return service.acceptCall(device, flag); in acceptCall()712 boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService
418 private void acceptCall(int flag) { in acceptCall() method in HeadsetClientStateMachine1192 acceptCall(message.arg1); in processMessage()
181 getPhone().acceptCall(videoState); in onAnswer()
1081 getPhone().acceptCall(videoState); in performAnswer()