Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBaseData.java83 public Set<String> consolidatedCodecInfo; field in BaseData.BaseInformation
101 consolidatedCodecInfo = new LinkedHashSet<String>(); in BaseInformation()
307 Set<String> Csfs = levelThree.get(i).consolidatedCodecInfo; in consolidateBaseofLevelTwo()
371 levelThree.get(i).consolidatedCodecInfo = in consolidateBaseofLevelThree()
372 new LinkedHashSet<String>(levelTwo.get(parentSubgroup).consolidatedCodecInfo); in consolidateBaseofLevelThree()
377 levelThree.get(i).consolidatedCodecInfo.add(s); in consolidateBaseofLevelThree()