Home
last modified time | relevance | path

Searched refs:valueInt5 (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1376 audioConfChangedEvent.valueInt5 = availableContexts; in testSetActiveDeviceGroup()
1427 audioConfChangedEvent.valueInt5 = availableContexts; in testSetActiveDeviceGroupTwice()
1491 audioConfChangedEvent.valueInt5 = availableContexts; in testSetActiveDeviceGroupWithNoContextTypes()
1529 audioConfChangedEvent.valueInt5 = availableContexts; in testSwitchActiveGroups()
1540 audioConfChangedEvent.valueInt5 = availableContexts; in testSwitchActiveGroups()
1635 audioConfChangedEvent.valueInt5 = availableContexts; in testSetActiveDeviceGroupWithoutRingtoneContext()
1693 audioConfChangedEvent.valueInt5 = availableContexts; in testUpdateUnicastFallbackActiveDeviceGroupDuringBroadcast()
1736 audioConfChangedEvent.valueInt5 = availableContexts; in testGetActiveDevices()
1790 audioConfChangedEvent.valueInt5 = availableContexts; in injectAudioConfChanged()
2329 audioConfChangedEvent.valueInt5 = availableContexts; in testLeadGroupDeviceDisconnects()
[all …]
DLeAudioBroadcastServiceTest.java777 create_event.valueInt5 = availableContexts; in prepareConnectedUnicastDevice()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java104 public int valueInt5 = 0; field in LeAudioStackEvent
128 result.append(", value5:" + eventTypeValue5ToString(type, valueInt5)); in toString()
DLeAudioNativeInterface.java150 event.valueInt5 = availableContexts; in onAudioConf()
DLeAudioService.java3113 int available_contexts = stackEvent.valueInt5; in messageFromNative()