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.java256 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD); in onUnhold()
266 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE); in onAnswer()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java340 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService.BluetoothHeadsetClientBinder
345 return service.acceptCall(device, flag); in acceptCall()
712 boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService
DHeadsetClientStateMachine.java418 private void acceptCall(int flag) { in acceptCall() method in HeadsetClientStateMachine
1192 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.java1081 getPhone().acceptCall(videoState); in performAnswer()