Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DStackEvent.java61 public int valueInt4 = 0; field in StackEvent
77 result.append(", value4:" + valueInt4); in toString()
DNativeInterface.java582 event.valueInt4 = mparty; in onCurrentCalls()
DHeadsetClientStateMachine.java1733 event.valueInt4 in processMessage()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java103 public int valueInt4 = 0; field in LeAudioStackEvent
127 result.append(", value4:" + eventTypeValue4ToString(type, valueInt4)); in toString()
DLeAudioNativeInterface.java149 event.valueInt4 = sourceAudioLocation; in onAudioConf()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/hfpclient/
DStackEventTest.java48 + event.valueInt4 in toString_returnsInfo()
DHfpNativeInterfaceTest.java234 assertThat(event.getValue().valueInt4).isEqualTo(mparty); in onCurrentCalls()
DHeadsetClientStateMachineTest.java564 eventIncomingCall.valueInt4 = 0; // multi party
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1375 audioConfChangedEvent.valueInt4 = srcAudioLocation; in testSetActiveDeviceGroup()
1426 audioConfChangedEvent.valueInt4 = srcAudioLocation; in testSetActiveDeviceGroupTwice()
1490 audioConfChangedEvent.valueInt4 = srcAudioLocation; in testSetActiveDeviceGroupWithNoContextTypes()
1528 audioConfChangedEvent.valueInt4 = srcAudioLocation; in testSwitchActiveGroups()
1539 audioConfChangedEvent.valueInt4 = srcAudioLocation; in testSwitchActiveGroups()
1634 audioConfChangedEvent.valueInt4 = srcAudioLocation; in testSetActiveDeviceGroupWithoutRingtoneContext()
1692 audioConfChangedEvent.valueInt4 = srcAudioLocation; in testUpdateUnicastFallbackActiveDeviceGroupDuringBroadcast()
1735 audioConfChangedEvent.valueInt4 = srcAudioLocation; in testGetActiveDevices()
1789 audioConfChangedEvent.valueInt4 = srcAudioLocation; in injectAudioConfChanged()
2328 audioConfChangedEvent.valueInt4 = srcAudioLocation; in testLeadGroupDeviceDisconnects()
[all …]
DLeAudioBroadcastServiceTest.java776 create_event.valueInt4 = srcAudioLocation; in prepareConnectedUnicastDevice()