Searched refs:contextSet (Results 1 – 1 of 1) sorted by relevance
132 Set<Integer> contextSet = new HashSet<>(); in validateVolumeGroups() local137 if (contextSet.contains(context)) { in validateVolumeGroups()141 contextSet.add(context); in validateVolumeGroups()155 if (contextSet.size() != CarAudioDynamicRouting.CONTEXT_NUMBERS.length) { in validateVolumeGroups()158 + Arrays.toString(contextSet.toArray(new Integer[0]))); in validateVolumeGroups()