Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java209 boolean outgoing = state == BluetoothHeadsetClientCall.CALL_STATE_DIALING || in addCall()
356 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, ""); in waitForIndicators()
428 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallIndicator()
468 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallSetupIndicator()
518 BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallSetupIndicator()
531 getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING); in updateCallSetupIndicator()
555 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallSetupIndicator()
558 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, ""); in updateCallSetupIndicator()
990 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in acceptCall()
1032 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in rejectCall()
[all …]
DHeadsetClientHalConstants.java59 final static int CALL_STATE_DIALING = 2; field in HeadsetClientHalConstants
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneService.java87 private static final int CALL_STATE_DIALING = 2; field in BluetoothPhoneService
759 CALL_STATE_DIALING, in updateHeadsetWithCallState()
765 CALL_STATE_DIALING, in updateHeadsetWithCallState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java62 final static int CALL_STATE_DIALING = 2; field in HeadsetHalConstants
DHeadsetStateMachine.java2454 HeadsetHalConstants.CALL_STATE_DIALING, "", 0), true); in initiateScoUsingVirtualVoiceCall()
2622 HeadsetHalConstants.CALL_STATE_DIALING) { in processCallState()