Searched refs:LeAudioGroupDescriptor (Results 1 – 1 of 1) sorted by relevance
229 private static class LeAudioGroupDescriptor { class in LeAudioService230 LeAudioGroupDescriptor(boolean isInbandRingtonEnabled) { in LeAudioGroupDescriptor() method in LeAudioService.LeAudioGroupDescriptor365 private final Map<Integer, LeAudioGroupDescriptor> mGroupDescriptors = new LinkedHashMap<>();368 private final Map<Integer, LeAudioGroupDescriptor> mGroupDescriptorsView =552 for (Map.Entry<Integer, LeAudioGroupDescriptor> entry : in stop()554 LeAudioGroupDescriptor descriptor = entry.getValue(); in stop()1055 for (Map.Entry<Integer, LeAudioGroupDescriptor> entry : in getActiveGroupId()1057 LeAudioGroupDescriptor descriptor = entry.getValue(); in getActiveGroupId()1454 for (Map.Entry<Integer, LeAudioGroupDescriptor> entry : in areAllGroupsInNotActiveState()1456 LeAudioGroupDescriptor descriptor = entry.getValue(); in areAllGroupsInNotActiveState()[all …]