Searched refs:CALL_STATE_DIALING (Results 1 – 9 of 9) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothPhoneServiceImpl.java | 64 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/ |
D | HeadsetHalConstants.java | 62 final static int CALL_STATE_DIALING = 2; field in HeadsetHalConstants
|
D | HeadsetStateMachine.java | 2444 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/ |
D | HeadsetClientHalConstants.java | 59 final static int CALL_STATE_DIALING = 2; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 479 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in acceptCall() 527 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in rejectCall() 577 BluetoothHeadsetClientCall.CALL_STATE_DIALING, in terminateCall()
|
D | HeadsetClientService.java | 773 BluetoothHeadsetClientCall.CALL_STATE_DIALING, number, false /* multiparty */, in dial()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnection.java | 157 case BluetoothHeadsetClientCall.CALL_STATE_DIALING: in handleCallChanged()
|
D | HfpClientDeviceBlock.java | 195 if (call.getState() == BluetoothHeadsetClientCall.CALL_STATE_DIALING in handleCall()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothPhoneServiceTest.java | 76 private static final int CALL_STATE_DIALING = 2; field in BluetoothPhoneServiceTest 815 verify(mMockBluetoothHeadset).phoneStateChanged(0, 0, CALL_STATE_DIALING, "", 128); in testOnCallStateChangedAlerting()
|