Searched refs:sampleRatesFromProfile (Results 1 – 1 of 1) sorted by relevance
2247 HashSet<Integer> sampleRatesFromProfile = new HashSet<>(); in testGetDevices() local2254 sampleRatesFromProfile.addAll(Arrays.stream(profile.getSampleRates()).boxed() in testGetDevices()2267 assertEquals(sampleRates, sampleRatesFromProfile); in testGetDevices()