Searched refs:CALL_STATE_WAITING (Results 1 – 6 of 6) sorted by relevance
423 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 …]
62 final static int CALL_STATE_WAITING = 5; field in HeadsetClientHalConstants
65 final static int CALL_STATE_WAITING = 5; field in HeadsetHalConstants
65 private static final int CALL_STATE_WAITING = 5; field in BluetoothPhoneServiceImpl828 return CALL_STATE_WAITING; in convertCallState()
114 case BluetoothHeadsetClientCall.CALL_STATE_WAITING: in handleCallChanged()
78 private static final int CALL_STATE_WAITING = 5; field in BluetoothPhoneServiceTest400 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_WAITING, 0, false, in testWaitingCallClccResponse()