Searched refs:mConfigVolumeGroups (Results 1 – 1 of 1) sorted by relevance
54 private final List<CarVolumeGroupInfo> mConfigVolumeGroups; field in CarAudioZoneConfigInfo86 mConfigVolumeGroups = Objects.requireNonNull(groups, in CarAudioZoneConfigInfo()111 mConfigVolumeGroups = volumeGroups; in CarAudioZoneConfigInfo()169 .append(", volume groups = ").append(mConfigVolumeGroups); in toString()184 dest.writeParcelableList(mConfigVolumeGroups, flags); in writeToParcel()201 && hasSameVolumeGroup(that.mConfigVolumeGroups); in equals()208 if (mConfigVolumeGroups.size() != carVolumeGroupInfos.size()) { in hasSameVolumeGroup()212 for (int c = 0; c < mConfigVolumeGroups.size(); c++) { in hasSameVolumeGroup()213 if (groups.contains(mConfigVolumeGroups.get(c))) { in hasSameVolumeGroup()214 groups.remove(mConfigVolumeGroups.get(c)); in hasSameVolumeGroup()[all …]