Searched refs:acceptCall (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConference.java83 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD);
102 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE);
H A DHfpClientConnection.java197 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_HOLD);
205 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE);
H A DHfpClientConnectionService.java458 mHeadsetProfile.acceptCall(mDevice, BluetoothHeadsetClient.CALL_ACCEPT_NONE);
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java315 public boolean acceptCall(BluetoothDevice device, int flag) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
320 return service.acceptCall(device, flag);
628 boolean acceptCall(BluetoothDevice device, int flag) { method in class:HeadsetClientService
H A DHeadsetClientStateMachine.java908 private void acceptCall(int flag, boolean retry) { method in class:HeadsetClientStateMachine
911 Log.d(TAG, "acceptCall: (" + flag + ")");
1691 acceptCall(message.arg1, false);
1930 acceptCall(BluetoothHeadsetClient.CALL_ACCEPT_NONE, true);
1934 acceptCall(BluetoothHeadsetClient.CALL_ACCEPT_NONE, true);
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipConnection.java180 getPhone().acceptCall(videoState);
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java481 getPhone().acceptCall(videoState);
/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java255 //if (DBG) log("sPhone.acceptCall");
256 app.mCM.acceptCall(ringingCall);

Completed in 268 milliseconds