Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioManagerTest.java2246 HashSet<Integer> channelIndexMasksFromProfile = new HashSet<>(); in testGetDevices() local
2252 channelIndexMasksFromProfile.addAll(Arrays.stream(profile.getChannelIndexMasks()) in testGetDevices()
2266 assertEquals(channelIndexMasks, channelIndexMasksFromProfile); in testGetDevices()