Home
last modified time | relevance | path

Searched refs:CALL_STATE_INCOMING (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java353 addCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, ""); in waitForIndicators()
430 BluetoothHeadsetClientCall.CALL_STATE_INCOMING); in updateCallIndicator()
500 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_INCOMING); in updateCallSetupIndicator()
517 removeCalls(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, in updateCallSetupIndicator()
565 addCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, ""); in updateCallSetupIndicator()
743 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, in updateRespAndHold()
774 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING); in updateClip()
781 setCallState(cw, BluetoothHeadsetClientCall.CALL_STATE_INCOMING); in updateClip()
784 addCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING, number); in updateClip()
901 BluetoothHeadsetClientCall c = getCall(BluetoothHeadsetClientCall.CALL_STATE_INCOMING); in loopQueryCalls()
[all …]
DHeadsetClientHalConstants.java61 final static int CALL_STATE_INCOMING = 4; field in HeadsetClientHalConstants
/packages/services/Telecomm/src/com/android/server/telecom/
DBluetoothPhoneService.java89 private static final int CALL_STATE_INCOMING = 4; field in BluetoothPhoneService
809 bluetoothCallState = CALL_STATE_INCOMING; in getBluetoothCallStateForUpdate()
843 return CALL_STATE_INCOMING; in convertCallState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java64 final static int CALL_STATE_INCOMING = 4; field in HeadsetHalConstants
DHeadsetStateMachine.java2970 if (mPhoneState.getCallState() == HeadsetHalConstants.CALL_STATE_INCOMING) { in processKeyPressed()