Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java2245 HashSet<Integer> channelMasksFromProfile = new HashSet<>(); in testGetDevices() local
2250 channelMasksFromProfile.addAll(Arrays.stream(profile.getChannelMasks()).boxed() in testGetDevices()
2265 assertEquals(channelMasks, channelMasksFromProfile); in testGetDevices()