Home
last modified time | relevance | path

Searched refs:CALL_STATE_HELD (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java379 addCall(BluetoothHeadsetClientCall.CALL_STATE_HELD, ""); in waitForIndicators()
406 BluetoothHeadsetClientCall.CALL_STATE_HELD, in updateCallIndicator()
594 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_HELD); in updateCallHeldIndicator()
601 changeCallsState(BluetoothHeadsetClientCall.CALL_STATE_HELD, in updateCallHeldIndicator()
606 changeCallsState(BluetoothHeadsetClientCall.CALL_STATE_HELD, in updateCallHeldIndicator()
617 changeCallsState(BluetoothHeadsetClientCall.CALL_STATE_HELD, in updateCallHeldIndicator()
622 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_HELD); in updateCallHeldIndicator()
638 BluetoothHeadsetClientCall.CALL_STATE_HELD); in updateCallHeldIndicator()
645 BluetoothHeadsetClientCall.CALL_STATE_HELD); in updateCallHeldIndicator()
647 BluetoothHeadsetClientCall.CALL_STATE_HELD) { in updateCallHeldIndicator()
[all …]
DHeadsetClientHalConstants.java58 final static int CALL_STATE_HELD = 1; field in HeadsetClientHalConstants
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneServiceImpl.java54 private static final int CALL_STATE_HELD = 1; field in BluetoothPhoneServiceImpl
556 state = CALL_STATE_HELD; in sendClccForCall()
788 return CALL_STATE_HELD; in convertCallState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java61 final static int CALL_STATE_HELD = 1; field in HeadsetHalConstants