/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothPhoneServiceImpl.java | 64 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/ |
D | HeadsetHalConstants.java | 62 static final int CALL_STATE_DIALING = 2; field in HeadsetHalConstants
|
D | HeadsetService.java | 1326 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/ |
D | HeadsetClientHalConstants.java | 59 static final int CALL_STATE_DIALING = 2; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 484 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()
|
D | HeadsetClientService.java | 825 BluetoothHeadsetClientCall.CALL_STATE_DIALING, number, false /* multiparty */, in dial()
|
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfp/ |
D | HeadsetServiceAndStateMachineTest.java | 587 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/ |
D | HfpClientConnection.java | 157 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in handleCallChanged()
|
D | HfpClientDeviceBlock.java | 175 if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_DIALING in handleCall()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothPhoneServiceTest.java | 81 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()
|