Searched refs:channelIndexMasksFromProfile (Results 1 – 1 of 1) sorted by relevance
2246 HashSet<Integer> channelIndexMasksFromProfile = new HashSet<>(); in testGetDevices() local2252 channelIndexMasksFromProfile.addAll(Arrays.stream(profile.getChannelIndexMasks()) in testGetDevices()2266 assertEquals(channelIndexMasks, channelIndexMasksFromProfile); in testGetDevices()