Home
last modified time | relevance | path

Searched refs:CALL_STATE_WAITING (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothHeadsetClientCall.java62 public static final int CALL_STATE_WAITING = 5; field in BluetoothHeadsetClientCall
264 case CALL_STATE_WAITING: in toString()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
H A DHeadsetHalConstants.java65 static final int CALL_STATE_WAITING = 5; field in HeadsetHalConstants
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
H A DHfpClientConnection.java167 case BluetoothHeadsetClientCall.CALL_STATE_WAITING: in handleCallChanged()
172 || mPreviousCallState == BluetoothHeadsetClientCall.CALL_STATE_WAITING) { in handleCallChanged()
H A DHfpClientDeviceBlock.java207 || call.getState() == BluetoothHeadsetClientCall.CALL_STATE_WAITING) { in handleCall()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientHalConstants.java62 static final int CALL_STATE_WAITING = 5; field in HeadsetClientHalConstants
H A DHeadsetClientStateMachine.java518 BluetoothHeadsetClientCall.CALL_STATE_WAITING); in acceptCall()
536 case BluetoothHeadsetClientCall.CALL_STATE_WAITING: in acceptCall()
601 BluetoothHeadsetClientCall.CALL_STATE_WAITING, in rejectCall()
613 case BluetoothHeadsetClientCall.CALL_STATE_WAITING: in rejectCall()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothInCallService.java76 private static final int CALL_STATE_WAITING = 5; field in BluetoothInCallService
1007 return CALL_STATE_WAITING; in getBtCallState()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/telephony/
H A DBluetoothInCallServiceTest.java81 private static final int CALL_STATE_WAITING = 5; field in BluetoothInCallServiceTest
505 verify(mMockBluetoothHeadset).clccResponse(1, 1, CALL_STATE_WAITING, 0, false, in testWaitingCallClccResponse()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10409 Landroid/bluetooth/BluetoothHeadsetClientCall;->CALL_STATE_WAITING:I