Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java465 final int observedChannel = rec.getChannelConfiguration(); in testAudioRecordBuilderDefault() local
472 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel); in testAudioRecordBuilderDefault()
497 final int observedChannel = rec.getChannelConfiguration(); in testAudioRecordBuilderPartialFormat() local
504 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel); in testAudioRecordBuilderPartialFormat()
535 final int observedChannel = rec.getChannelConfiguration(); in testAudioRecordBuilderParams() local
544 assertEquals(TEST_NAME + ": configured channel config", expectedChannel, observedChannel); in testAudioRecordBuilderParams()