Home
last modified time | relevance | path

Searched refs:HeadsetClientHalConstants (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachine.java642 action = HeadsetClientHalConstants.CALL_ACTION_BTRH_0; in holdCall()
649 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_2; in holdCall()
662 int action = HeadsetClientHalConstants.CALL_ACTION_CHUP; in terminateCall()
670 action = HeadsetClientHalConstants.CALL_ACTION_CHLD_0; in terminateCall()
718 == HeadsetClientHalConstants.PEER_FEAT_3WAY) { in getCurrentAgFeatures()
722 == HeadsetClientHalConstants.PEER_FEAT_VREC) { in getCurrentAgFeatures()
726 == HeadsetClientHalConstants.PEER_FEAT_REJECT) { in getCurrentAgFeatures()
730 == HeadsetClientHalConstants.PEER_FEAT_ECC) { in getCurrentAgFeatures()
740 == HeadsetClientHalConstants.CHLD_FEAT_REL) { in getCurrentAgFeatures()
745 == HeadsetClientHalConstants.CHLD_FEAT_REL_ACC) { in getCurrentAgFeatures()
[all …]
H A DHeadsetClientHalConstants.java24 public final class HeadsetClientHalConstants { class
H A DVendorCommandResponseProcessor.java116 HeadsetClientHalConstants in sendCommand()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachineTest.java136 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingPriorityReject()
167 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingPriorityAccept()
186 slcEvent.valueInt2 = HeadsetClientHalConstants.PEER_FEAT_ECS; in testIncomingPriorityAccept()
213 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testIncomingTimeout()
258 connStCh.valueInt = HeadsetClientHalConstants.CONNECTION_STATE_CONNECTED; in testInBandRingtone()
273 slcEvent.valueInt2 = HeadsetClientHalConstants.PEER_FEAT_ECS; in testInBandRingtone()
373 slcEvent.valueInt2 = HeadsetClientHalConstants.PEER_FEAT_ECS; in setUpServiceLevelConnection()
374 slcEvent.valueInt2 |= HeadsetClientHalConstants.PEER_FEAT_HF_IND; in setUpServiceLevelConnection()
602 HeadsetClientHalConstants.VR_STATE_STARTED); in testVoiceRecognitionStateChange()
614 HeadsetClientHalConstants.VR_STATE_STOPPED); in testVoiceRecognitionStateChange()
[all …]