Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java274 public boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService.BluetoothHeadsetClientBinder
279 return service.acceptCall(device, flag); in acceptCall()
579 boolean acceptCall(BluetoothDevice device, int flag) { in acceptCall() method in HeadsetClientService
DHeadsetClientStateMachine.java905 private void acceptCall(int flag, boolean retry) { in acceptCall() method in HeadsetClientStateMachine
1672 acceptCall(message.arg1, false); in processMessage()
1905acceptCall(BluetoothHeadsetClient.CALL_ACCEPT_NONE, true); in processMessage()
1909acceptCall(BluetoothHeadsetClient.CALL_ACCEPT_NONE, true); in processMessage()
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipConnection.java176 getPhone().acceptCall(videoState); in onAnswer()
/packages/services/Telephony/src/com/android/services/telephony/
DTelephonyConnection.java425 getPhone().acceptCall(videoState); in onAnswer()
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java252 app.mCM.acceptCall(ringingCall); in answerCall()