Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioStackEvent.java73 static final int GROUP_NODE_REMOVED = 2; field in LeAudioStackEvent
284 case GROUP_NODE_REMOVED: in eventTypeValue2ToString()
DLeAudioService.java3045 case LeAudioStackEvent.GROUP_NODE_REMOVED: in messageFromNative()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeAudio.aidl81 const int GROUP_NODE_REMOVED = 2; field
/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java75 private int GROUP_NODE_REMOVED = 2; field in BluetoothProxy
162 svc_data.nodeStatusMutable.postValue(new Pair<>(groupId, GROUP_NODE_REMOVED));
DLeAudioRecycleViewAdapter.java83 private int GROUP_NODE_REMOVED = 2; field in LeAudioRecycleViewAdapter
204 if (status == GROUP_NODE_REMOVED) in setLeAudioStateObservers()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioServiceTest.java1179 nodeGroupRemoved.valueInt2 = LeAudioStackEvent.GROUP_NODE_REMOVED; in generateGroupNodeRemoved()
1756 groupStatusChangedEvent.valueInt2 = LeAudioStackEvent.GROUP_NODE_REMOVED; in testGetActiveDevices()