Searched refs:levelThree (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/ |
D | BaseData.java | 189 ArrayList<BaseInformation> levelThree, in BaseData() argument 193 mLevelThree = levelThree; in BaseData() 204 ArrayList<BaseInformation> levelThree = new ArrayList<BaseInformation>(); in parseBaseData() local 235 levelThree.add(node3); in parseBaseData() 239 consolidateBaseofLevelTwo(levelTwo, levelThree); in parseBaseData() 240 return new BaseData(levelOne, levelTwo, levelThree, numOfBISIndices); in parseBaseData() 294 ArrayList<BaseInformation> levelTwo, ArrayList<BaseInformation> levelThree) { in consolidateBaseofLevelTwo() argument 301 levelTwo, levelThree, i, startIdx, levelTwo.get(i).numSubGroups); in consolidateBaseofLevelTwo() 304 for (int i = 0; i < levelThree.size(); i++) { in consolidateBaseofLevelTwo() 307 Set<String> Csfs = levelThree.get(i).consolidatedCodecInfo; in consolidateBaseofLevelTwo() [all …]
|