/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/ |
D | HfpClientCall.java | 42 public static final int CALL_STATE_DIALING = 2; field in HfpClientCall 239 case CALL_STATE_DIALING: in toString()
|
D | HeadsetClientHalConstants.java | 56 static final int CALL_STATE_DIALING = 2; field in HeadsetClientHalConstants
|
D | HfpClientConnection.java | 155 case HfpClientCall.CALL_STATE_DIALING: in handleCallChanged()
|
D | HfpClientDeviceBlock.java | 195 if (call.getState() == HfpClientCall.CALL_STATE_DIALING in handleCall()
|
D | HeadsetClientStateMachine.java | 654 case HfpClientCall.CALL_STATE_DIALING: in acceptCall() 699 case HfpClientCall.CALL_STATE_DIALING: in rejectCall() 744 HfpClientCall.CALL_STATE_DIALING, in terminateCall()
|
D | HeadsetClientService.java | 1040 HfpClientCall.CALL_STATE_DIALING, in dial()
|
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothHeadsetClientCall.java | 45 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/ |
D | HfpClientCallTest.java | 118 /* call state= */ HfpClientCall.CALL_STATE_DIALING, in testCreateDialingCall() 126 HfpClientCall.CALL_STATE_DIALING, in testCreateDialingCall()
|
D | HfpClientConnectionTest.java | 303 mHfpClientConnection.getCall().setState(HfpClientCall.CALL_STATE_DIALING); in handleCallChanged_dialing()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 58 static final int CALL_STATE_DIALING = 2; field in HeadsetHalConstants
|
D | HeadsetService.java | 1685 phoneStateChanged(0, 0, HeadsetHalConstants.CALL_STATE_DIALING, "", 0, "", true); in startScoUsingVirtualVoiceCall() 1976 if (callState == HeadsetHalConstants.CALL_STATE_DIALING) { in phoneStateChanged()
|
D | HeadsetStateMachine.java | 525 } 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/ |
D | BluetoothInCallService.java | 83 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/ |
D | HeadsetServiceAndStateMachineTest.java | 572 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/ |
D | BluetoothInCallServiceTest.java | 84 private static final int CALL_STATE_DIALING = 2; field in BluetoothInCallServiceTest 1503 eq(CALL_STATE_DIALING), in testOnCallStateChangedAlerting()
|
/packages/modules/Bluetooth/apex/hiddenapi/ |
D | hiddenapi-max-target-o-low-priority.txt | 597 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_DIALING:I
|