Searched refs:CALL_STATE_INCOMING (Results 1 – 5 of 5) sorted by relevance
353 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 …]
61 final static int CALL_STATE_INCOMING = 4; field in HeadsetClientHalConstants
89 private static final int CALL_STATE_INCOMING = 4; field in BluetoothPhoneService809 bluetoothCallState = CALL_STATE_INCOMING; in getBluetoothCallStateForUpdate()843 return CALL_STATE_INCOMING; in convertCallState()
64 final static int CALL_STATE_INCOMING = 4; field in HeadsetHalConstants
2970 if (mPhoneState.getCallState() == HeadsetHalConstants.CALL_STATE_INCOMING) { in processKeyPressed()