Searched refs:CALL_STATE_ALERTING (Results 1 – 8 of 8) sorted by relevance
/packages/services/Telecomm/src/com/android/server/telecom/ |
D | BluetoothPhoneServiceImpl.java | 65 private static final int CALL_STATE_ALERTING = 3; field in BluetoothPhoneServiceImpl 757 bluetoothCallState == CALL_STATE_ALERTING; in updateHeadsetWithCallState() 828 bluetoothCallState = CALL_STATE_ALERTING; in getBluetoothCallStateForUpdate() 854 return CALL_STATE_ALERTING; in convertCallState()
|
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | BluetoothPhoneServiceTest.java | 77 private static final int CALL_STATE_ALERTING = 3; field in BluetoothPhoneServiceTest 490 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false, in testAlertingCallClccResponse() 517 verify(mMockBluetoothHeadset).clccResponse(1, 0, CALL_STATE_ALERTING, 0, false, in testHoldingCallClccResponse() 816 verify(mMockBluetoothHeadset).phoneStateChanged(0, 0, CALL_STATE_ALERTING, "", 128); in testOnCallStateChangedAlerting()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/ |
D | HeadsetHalConstants.java | 63 final static int CALL_STATE_ALERTING = 3; field in HeadsetHalConstants
|
D | HeadsetStateMachine.java | 2449 new HeadsetCallState(0, 0, HeadsetHalConstants.CALL_STATE_ALERTING, "", 0), true); in initiateScoUsingVirtualVoiceCall()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientHalConstants.java | 60 final static int CALL_STATE_ALERTING = 3; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 470 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in acceptCall() 524 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in rejectCall() 579 BluetoothHeadsetClientCall.CALL_STATE_ALERTING, in terminateCall()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientConnection.java | 156 case BluetoothHeadsetClientCall.CALL_STATE_ALERTING: in handleCallChanged()
|
D | HfpClientDeviceBlock.java | 196 call.getState() == BluetoothHeadsetClientCall.CALL_STATE_ALERTING || in handleCall()
|