Searched refs:channelMasksFromProfile (Results 1 – 1 of 1) sorted by relevance
2245 HashSet<Integer> channelMasksFromProfile = new HashSet<>(); in testGetDevices() local2250 channelMasksFromProfile.addAll(Arrays.stream(profile.getChannelMasks()).boxed() in testGetDevices()2265 assertEquals(channelMasks, channelMasksFromProfile); in testGetDevices()