Searched refs:CALL_STATE_HELD (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/ |
D | BluetoothInCallServiceTest.java | 74 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/ |
D | BluetoothInCallService.java | 71 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/ |
D | HeadsetHalConstants.java | 61 static final int CALL_STATE_HELD = 1; field in HeadsetHalConstants
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
D | HeadsetClientHalConstants.java | 58 static final int CALL_STATE_HELD = 1; field in HeadsetClientHalConstants
|
D | HeadsetClientStateMachine.java | 521 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/ |
D | HfpClientConnection.java | 156 case BluetoothHeadsetClientCall.CALL_STATE_HELD: in handleCallChanged()
|
D | HfpClientDeviceBlock.java | 201 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_HELD) { in handleCall()
|