Home
last modified time | relevance | path

Searched refs:valueInt2 (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStackEvent.java51 public final int valueInt2; field in HeadsetStackEvent
85 public HeadsetStackEvent(int type, int valueInt, int valueInt2, BluetoothDevice device) { in HeadsetStackEvent() argument
86 this(type, valueInt, valueInt2, null, null, device); in HeadsetStackEvent()
121 public HeadsetStackEvent(int type, int valueInt, int valueInt2, String valueString, in HeadsetStackEvent() argument
125 this.valueInt2 = valueInt2; in HeadsetStackEvent()
197 .append(valueInt2) in buildString()
DHeadsetStateMachine.java651 + event.valueInt + ", indVal=" + event.valueInt2); in processMessage()
652 processAtBiev(event.valueInt, event.valueInt2, event.device); in processMessage()
656 processVolumeEvent(event.valueInt, event.valueInt2); in processMessage()
933 processVolumeEvent(event.valueInt, event.valueInt2); in processMessage()
972 processAtBiev(event.valueInt, event.valueInt2, event.device); in processMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DStackEvent.java54 public int valueInt2 = 0; field in StackEvent
70 result.append(", value2:" + valueInt2); in toString()
DNativeInterface.java312 event.valueInt2 = peerFeat; in onConnectionStateChanged()
554 event.valueInt2 = dir; in onCurrentCalls()
573 event.valueInt2 = volume; in onVolumeChange()
589 event.valueInt2 = cme; in onCmdResult()
DHeadsetClientStateMachine.java944 processConnectionEvent(event.valueInt, event.valueInt2, event.valueInt3, in processMessage()
1331 event.valueInt2 in processMessage()
1336 mCommandedSpeakerVolume = hfToAmVol(event.valueInt2); in processMessage()
1342 mAudioManager.setMicrophoneMute(event.valueInt2 == 0); in processMessage()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
DHeadsetClientStateMachineTest.java184 slcEvent.valueInt2 = HeadsetClientHalConstants.PEER_FEAT_ECS; in testIncomingPriorityAccept()
270 slcEvent.valueInt2 = HeadsetClientHalConstants.PEER_FEAT_ECS; in testInBandRingtone()
310 eventIncomingCall.valueInt2 = 1; //direction in testInBandRingtone()
370 slcEvent.valueInt2 = HeadsetClientHalConstants.PEER_FEAT_ECS; in setUpServiceLevelConnection()