Home
last modified time | relevance | path

Searched refs:acceptCall (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConference.java71 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD); in onUnhold()
90 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE); in onConnectionAdded()
DHfpClientConnection.java255 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD); in onUnhold()
265 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE); in onAnswer()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java334 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService.BluetoothHeadsetClientBinder
339 return service.acceptCall(device, flag); in acceptCall()
646 boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService
DHeadsetClientStateMachine.java430 private void acceptCall(int flag) { in acceptCall() method in HeadsetClientStateMachine
1241 acceptCall(message.arg1); in processMessage()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnection.java181 getPhone().acceptCall(videoState); in onAnswer()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java804 getPhone().acceptCall(videoState); in onAnswer()