Searched refs:CALL_STATE_DIALING (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 210 boolean outgoing = state == BluetoothHeadsetClientCall.CALL_STATE_DIALING || in addCall() 357 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, ""); in waitForIndicators() 429 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallIndicator() 469 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallSetupIndicator() 519 BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallSetupIndicator() 532 getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING); in updateCallSetupIndicator() 556 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallSetupIndicator() 559 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, ""); in updateCallSetupIndicator() 987 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in acceptCall() 1029 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in rejectCall() [all …]
|
D | HeadsetClientHalConstants.java | 59 final static int CALL_STATE_DIALING = 2; field in HeadsetClientHalConstants
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothPhoneServiceImpl.java | 55 private static final int CALL_STATE_DIALING = 2; field in BluetoothPhoneServiceImpl 708 CALL_STATE_DIALING, in updateHeadsetWithCallState() 714 CALL_STATE_DIALING, in updateHeadsetWithCallState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 62 final static int CALL_STATE_DIALING = 2; field in HeadsetHalConstants
|
D | HeadsetStateMachine.java | 2520 HeadsetHalConstants.CALL_STATE_DIALING, "", 0), true); in initiateScoUsingVirtualVoiceCall() 2694 HeadsetHalConstants.CALL_STATE_DIALING) { in processCallState()
|