/aosp12/frameworks/base/core/java/android/bluetooth/ |
H A D | BluetoothHeadsetClientCall.java | 42 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 D | HeadsetHalConstants.java | 60 static final int CALL_STATE_ACTIVE = 0; field in HeadsetHalConstants
|
H A D | HeadsetService.java | 1613 } else if (callState == HeadsetHalConstants.CALL_STATE_ACTIVE in phoneStateChanged()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/ |
H A D | HeadsetClientHalConstants.java | 57 static final int CALL_STATE_ACTIVE = 0; field in HeadsetClientHalConstants
|
H A D | HeadsetClientStateMachine.java | 537 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 D | BluetoothInCallService.java | 71 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 D | BluetoothInCallServiceTest.java | 76 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 D | HfpClientConnection.java | 149 case BluetoothHeadsetClientCall.CALL_STATE_ACTIVE: in handleCallChanged()
|
H A D | HfpClientDeviceBlock.java | 200 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_ACTIVE in handleCall()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10402 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_ACTIVE:I
|