Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java74 private static final int CALL_STATE_HELD = 1; field in BluetoothInCallServiceTest
389 verify(mMockBluetoothHeadset).clccResponse(eq(2), eq(1), eq(CALL_STATE_HELD), eq(0), in testListCurrentCallsCdmaHold()
541 verify(mMockBluetoothHeadset).clccResponse(2, 1, CALL_STATE_HELD, 0, false, in testCallClccCache()
596 verify(mMockBluetoothHeadset).clccResponse(2, 1, CALL_STATE_HELD, 0, false, in testHoldingCallClccResponse()
653 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_HELD), eq(0), in testListCurrentCallsHeldImsCepConference()
655 verify(mMockBluetoothHeadset).clccResponse(eq(2), eq(0), eq(CALL_STATE_HELD), eq(0), in testListCurrentCallsHeldImsCepConference()
1027 verify(mMockBluetoothHeadset, never()).phoneStateChanged(eq(0), eq(2), eq(CALL_STATE_HELD), in testOnCallStateChangedGSMSwap()
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java71 private static final int CALL_STATE_HELD = 1; field in BluetoothInCallService
631 state = CALL_STATE_HELD; in sendClccForCall()
640 state = CALL_STATE_HELD; in sendClccForCall()
969 return CALL_STATE_HELD; in getBtCallState()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java61 static final int CALL_STATE_HELD = 1; field in HeadsetHalConstants
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientHalConstants.java58 static final int CALL_STATE_HELD = 1; field in HeadsetClientHalConstants
DHeadsetClientStateMachine.java521 BluetoothHeadsetClientCall.CALL_STATE_HELD); in acceptCall()
560 case BluetoothHeadsetClientCall.CALL_STATE_HELD: in acceptCall()
603 BluetoothHeadsetClientCall.CALL_STATE_HELD); in rejectCall()
614 case BluetoothHeadsetClientCall.CALL_STATE_HELD: in rejectCall()
669 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_HELD); in terminateCall()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java156 case BluetoothHeadsetClientCall.CALL_STATE_HELD: in handleCallChanged()
DHfpClientDeviceBlock.java201 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_HELD) { in handleCall()