Home
last modified time | relevance | path

Searched refs:CALL_STATE_ACTIVE (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachine.java537 if (callsInState(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) == 0) { in acceptCall()
565 } else if (getCall(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE) != null) { in acceptCall()
577 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE: in acceptCall()
620 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE: in rejectCall()
644 c = getCall(BluetoothHeadsetClientCall.CALL_STATE_ACTIVE); in holdCall()
666 BluetoothHeadsetClientCall.CALL_STATE_ACTIVE); in terminateCall()
686 if (c == null || c.getState() != BluetoothHeadsetClientCall.CALL_STATE_ACTIVE in enterPrivateMode()
DHeadsetClientHalConstants.java57 static final int CALL_STATE_ACTIVE = 0; field in HeadsetClientHalConstants
/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java70 private static final int CALL_STATE_ACTIVE = 0; field in BluetoothInCallService
616 if (state == CALL_STATE_ACTIVE && !mCallInfo.isNullCall(activeChild)) { in sendClccForCall()
627 state = CALL_STATE_ACTIVE; in sendClccForCall()
953 return CALL_STATE_ACTIVE; in getBtCallState()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java73 private static final int CALL_STATE_ACTIVE = 0; field in BluetoothInCallServiceTest
387 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0), in testListCurrentCallsCdmaHold()
433 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0), in testListCurrentCallsCdmaConference()
435 verify(mMockBluetoothHeadset).clccResponse(eq(2), eq(1), eq(CALL_STATE_ACTIVE), eq(0), in testListCurrentCallsCdmaConference()
539 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_ACTIVE, 0, false, in testCallClccCache()
619 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(1), eq(CALL_STATE_ACTIVE), eq(0), in testListCurrentCallsImsConference()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetHalConstants.java60 static final int CALL_STATE_ACTIVE = 0; field in HeadsetHalConstants
DHeadsetService.java1613 } else if (callState == HeadsetHalConstants.CALL_STATE_ACTIVE in phoneStateChanged()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConnection.java149 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE: in handleCallChanged()
DHfpClientDeviceBlock.java200 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_ACTIVE in handleCall()