Searched refs:acceptCall (Results 1 – 5 of 5) sorted by relevance
274 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService.BluetoothHeadsetClientBinder279 return service.acceptCall(device, flag); in acceptCall()579 boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService
905 private void acceptCall(int flag, boolean retry) { in acceptCall() method in HeadsetClientStateMachine1672 acceptCall(message.arg1, false); in processMessage()1905 … acceptCall(BluetoothHeadsetClient.CALL_ACCEPT_NONE, true); in processMessage()1909 … acceptCall(BluetoothHeadsetClient.CALL_ACCEPT_NONE, true); in processMessage()
176 getPhone().acceptCall(videoState); in onAnswer()
425 getPhone().acceptCall(videoState); in onAnswer()
252 app.mCM.acceptCall(ringingCall); in answerCall()