Home
last modified time | relevance | path

Searched refs:CALL_STATE_WAITING (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java423 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING); in updateCallIndicator()
478 changeCallsState(BluetoothHeadsetClientCall.CALL_STATE_WAITING, in updateCallSetupIndicator()
508 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_WAITING); in updateCallSetupIndicator()
523 BluetoothHeadsetClientCall.CALL_STATE_WAITING, in updateCallSetupIndicator()
566 if (getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING) == null) in updateCallSetupIndicator()
638 getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING); in updateCallHeldIndicator()
661 getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING); in updateCallHeldIndicator()
781 BluetoothHeadsetClientCall cw = getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING); in updateClip()
795 if (getCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING) == null) { in addCallWaiting()
796 addCall(BluetoothHeadsetClientCall.CALL_STATE_WAITING, number); in addCallWaiting()
[all …]
DHeadsetClientHalConstants.java62 final static int CALL_STATE_WAITING = 5; field in HeadsetClientHalConstants
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java65 final static int CALL_STATE_WAITING = 5; field in HeadsetHalConstants
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java65 private static final int CALL_STATE_WAITING = 5; field in BluetoothPhoneServiceImpl
828 return CALL_STATE_WAITING; in convertCallState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java114 case BluetoothHeadsetClientCall.CALL_STATE_WAITING: in handleCallChanged()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java78 private static final int CALL_STATE_WAITING = 5; field in BluetoothPhoneServiceTest
400 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_WAITING, 0, false, in testWaitingCallClccResponse()