Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClientCall.java42 public static final int CALL_STATE_ACTIVE = 0; field in BluetoothHeadsetClientCall
249 case CALL_STATE_ACTIVE: in toString()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java60 static final int CALL_STATE_ACTIVE = 0; field in HeadsetHalConstants
H A DHeadsetService.java1613 } else if (callState == HeadsetHalConstants.CALL_STATE_ACTIVE in phoneStateChanged()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java57 static final int CALL_STATE_ACTIVE = 0; field in HeadsetClientHalConstants
H A 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()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java71 private static final int CALL_STATE_ACTIVE = 0; field in BluetoothInCallService
630 if (state == CALL_STATE_ACTIVE && !mCallInfo.isNullCall(activeChild)) { in sendClccForCall()
641 state = CALL_STATE_ACTIVE; in sendClccForCall()
982 return CALL_STATE_ACTIVE; in getBtCallState()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java76 private static final int CALL_STATE_ACTIVE = 0; field in BluetoothInCallServiceTest
428 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0), in testListCurrentCallsCdmaHold()
478 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(0), eq(CALL_STATE_ACTIVE), eq(0), in testListCurrentCallsCdmaConference()
480 verify(mMockBluetoothHeadset).clccResponse(eq(2), eq(1), eq(CALL_STATE_ACTIVE), eq(0), in testListCurrentCallsCdmaConference()
588 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_ACTIVE, 0, false, in testCallClccCache()
672 verify(mMockBluetoothHeadset).clccResponse(eq(1), eq(1), eq(CALL_STATE_ACTIVE), eq(0), in testListCurrentCallsImsConference()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConnection.java149 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE: in handleCallChanged()
H A DHfpClientDeviceBlock.java200 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_ACTIVE in handleCall()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10402 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_ACTIVE:I