Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java64 private static final int CALL_STATE_DIALING = 2; field in BluetoothPhoneServiceImpl
799 CALL_STATE_DIALING, in updateHeadsetWithCallState()
806 CALL_STATE_DIALING, in updateHeadsetWithCallState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java62 static final int CALL_STATE_DIALING = 2; field in HeadsetHalConstants
DHeadsetService.java1326 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, "", 0, "", true); in startScoUsingVirtualVoiceCall()
1560 if (callState == HeadsetHalConstants.CALL_STATE_DIALING) { in phoneStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java59 static final int CALL_STATE_DIALING = 2; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java484 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in acceptCall()
527 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in rejectCall()
570 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_DIALING, in terminateCall()
DHeadsetClientService.java825 BluetoothHeadsetClientCall.CALL_STATE_DIALING, number, false /* multiparty */, in dial()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java587 mHeadsetServiceBinder.phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, in testDialingOutCall_NormalDialingOut()
590 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, in testDialingOutCall_NormalDialingOut()
599 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, in testDialingOutCall_NormalDialingOut()
1219 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, "", 0, ""), in verifyVirtualCallStartSequenceInvocations()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java157 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in handleCallChanged()
DHfpClientDeviceBlock.java175 if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_DIALING in handleCall()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java81 private static final int CALL_STATE_DIALING = 2; field in BluetoothPhoneServiceTest
956 verify(mMockBluetoothHeadset).phoneStateChanged(eq(0), eq(0), eq(CALL_STATE_DIALING), in testOnCallStateChangedAlerting()