Searched refs:updatedGroupIds (Results 1 – 2 of 2) sorted by relevance
521 ArraySet<Integer> updatedGroupIds = new ArraySet<>(); in onAudioPortsChanged() local533 updatedGroupIds.add(groupId); in onAudioPortsChanged()538 for (int index = 0; index < updatedGroupIds.size(); index++) { in onAudioPortsChanged()539 CarVolumeGroup group = mVolumeGroups.get(updatedGroupIds.valueAt(index)); in onAudioPortsChanged()
1015 ArraySet<Integer> updatedGroupIds = new ArraySet<>(); in build()1025 updatedGroupIds.add(groupId); in build()1028 for (int index = 0; index < updatedGroupIds.size(); index++) { in build()1029 CarVolumeGroup group = mCarVolumeGroups.get(updatedGroupIds.valueAt(index)); in build()