Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DStackEvent.java56 public int valueInt4 = 0; field in StackEvent
72 result.append(", value4:" + valueInt4); in toString()
H A DNativeInterface.java556 event.valueInt4 = mparty; in onCurrentCalls()
H A DHeadsetClientStateMachine.java1450 event.valueInt4 in processMessage()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/le_audio/
H A DLeAudioStackEvent.java54 public int valueInt4 = 0; field in LeAudioStackEvent
69 result.append(", value4:" + eventTypeValue4ToString(type, valueInt4)); in toString()
H A DLeAudioNativeInterface.java137 event.valueInt4 = sourceAudioLocation; in onAudioConf()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientStateMachineTest.java315 eventIncomingCall.valueInt4 = 0; //multi party in testInBandRingtone()