Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java64 private static final int CALL_STATE_DIALING = 2; field in BluetoothPhoneServiceImpl
781 CALL_STATE_DIALING, in updateHeadsetWithCallState()
787 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.java2444 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, "", 0), true); in initiateScoUsingVirtualVoiceCall()
2614 if (callState.mCallState == HeadsetHalConstants.CALL_STATE_DIALING) { in processCallState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java59 final static int CALL_STATE_DIALING = 2; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java479 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in acceptCall()
527 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in rejectCall()
577 BluetoothHeadsetClientCall.CALL_STATE_DIALING, in terminateCall()
DHeadsetClientService.java773 BluetoothHeadsetClientCall.CALL_STATE_DIALING, number, false /* multiparty */, in dial()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java157 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in handleCallChanged()
DHfpClientDeviceBlock.java195 if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_DIALING in handleCall()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java76 private static final int CALL_STATE_DIALING = 2; field in BluetoothPhoneServiceTest
815 verify(mMockBluetoothHeadset).phoneStateChanged(0, 0, CALL_STATE_DIALING, "", 128); in testOnCallStateChangedAlerting()