Home
last modified time | relevance | path

Searched refs:sampleRatesFromProfile (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java2247 HashSet<Integer> sampleRatesFromProfile = new HashSet<>(); in testGetDevices() local
2254 sampleRatesFromProfile.addAll(Arrays.stream(profile.getSampleRates()).boxed() in testGetDevices()
2267 assertEquals(sampleRates, sampleRatesFromProfile); in testGetDevices()