Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHfpClientCall.java42 public static final int CALL_STATE_DIALING = 2; field in HfpClientCall
239 case CALL_STATE_DIALING: in toString()
DHeadsetClientHalConstants.java56 static final int CALL_STATE_DIALING = 2; field in HeadsetClientHalConstants
DHfpClientConnection.java155 case HfpClientCall.CALL_STATE_DIALING: in handleCallChanged()
DHfpClientDeviceBlock.java195 if (call.getState() == HfpClientCall.CALL_STATE_DIALING in handleCall()
DHeadsetClientStateMachine.java654 case HfpClientCall.CALL_STATE_DIALING: in acceptCall()
699 case HfpClientCall.CALL_STATE_DIALING: in rejectCall()
744 HfpClientCall.CALL_STATE_DIALING, in terminateCall()
DHeadsetClientService.java1040 HfpClientCall.CALL_STATE_DIALING, in dial()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadsetClientCall.java45 public static final int CALL_STATE_DIALING = 2; field in BluetoothHeadsetClientCall
258 case CALL_STATE_DIALING: in toString()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientCallTest.java118 /* call state= */ HfpClientCall.CALL_STATE_DIALING, in testCreateDialingCall()
126 HfpClientCall.CALL_STATE_DIALING, in testCreateDialingCall()
DHfpClientConnectionTest.java303 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_DIALING); in handleCallChanged_dialing()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java58 static final int CALL_STATE_DIALING = 2; field in HeadsetHalConstants
DHeadsetService.java1685 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, "", 0, "", true); in startScoUsingVirtualVoiceCall()
1976 if (callState == HeadsetHalConstants.CALL_STATE_DIALING) { in phoneStateChanged()
DHeadsetStateMachine.java525 } else if ((callState.mCallState == HeadsetHalConstants.CALL_STATE_DIALING) in setAptxVoice()
2132 || phoneState.getCallState() == HeadsetHalConstants.CALL_STATE_DIALING in processAtCind()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java83 private static final int CALL_STATE_DIALING = 2; field in BluetoothInCallService
1265 + CALL_STATE_DIALING in updateHeadsetWithCallState()
1272 CALL_STATE_DIALING, in updateHeadsetWithCallState()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfp/
DHeadsetServiceAndStateMachineTest.java572 0, 0, HeadsetHalConstants.CALL_STATE_DIALING, TEST_PHONE_NUMBER, 128, "", false); in testDialingOutCall_NormalDialingOut()
576 0, 0, HeadsetHalConstants.CALL_STATE_DIALING, TEST_PHONE_NUMBER, 128, ""); in testDialingOutCall_NormalDialingOut()
586 0, 0, HeadsetHalConstants.CALL_STATE_DIALING, TEST_PHONE_NUMBER, 128, ""); in testDialingOutCall_NormalDialingOut()
1919 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, "", 0, ""), in verifyVirtualCallStartSequenceInvocations()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java84 private static final int CALL_STATE_DIALING = 2; field in BluetoothInCallServiceTest
1503 eq(CALL_STATE_DIALING), in testOnCallStateChangedAlerting()
/packages/modules/Bluetooth/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt597 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_DIALING:I