Searched refs:CALL_STATE_DIALING (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientStateMachine.java | 226 boolean outgoing = state == BluetoothHeadsetClientCall.CALL_STATE_DIALING || in addCall() 365 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, ""); in waitForIndicators() 437 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallIndicator() 472 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallSetupIndicator() 522 BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallSetupIndicator() 535 getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING); in updateCallSetupIndicator() 559 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, in updateCallSetupIndicator() 562 addCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, ""); in updateCallSetupIndicator() 990 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in acceptCall() 1028 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in rejectCall() [all …]
|
D | HeadsetClientHalConstants.java | 59 final static int CALL_STATE_DIALING = 2; field in HeadsetClientHalConstants
|
/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 | 2534 HeadsetHalConstants.CALL_STATE_DIALING, "", 0), true); in initiateScoUsingVirtualVoiceCall() 2708 HeadsetHalConstants.CALL_STATE_DIALING) { in processCallState()
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothPhoneServiceImpl.java | 62 private static final int CALL_STATE_DIALING = 2; field in BluetoothPhoneServiceImpl 742 CALL_STATE_DIALING, in updateHeadsetWithCallState() 748 CALL_STATE_DIALING, in updateHeadsetWithCallState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnection.java | 109 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in handleCallChanged()
|
D | HfpClientConnectionService.java | 211 if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_DIALING || in handleCall()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothPhoneServiceTest.java | 75 private static final int CALL_STATE_DIALING = 2; field in BluetoothPhoneServiceTest 784 verify(mMockBluetoothHeadset).phoneStateChanged(0, 0, CALL_STATE_DIALING, "", 128); in testOnCallStateChangedAlerting()
|