Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java349 final int observedChannel = rec.getChannelConfiguration(); in testAudioRecordBuilderDefault() local
356 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel); in testAudioRecordBuilderDefault()
380 final int observedChannel = rec.getChannelConfiguration(); in testAudioRecordBuilderPartialFormat() local
387 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel); in testAudioRecordBuilderPartialFormat()
417 final int observedChannel = rec.getChannelConfiguration(); in testAudioRecordBuilderParams() local
426 assertEquals(TEST_NAME + ": configured channel config", expectedChannel, observedChannel); in testAudioRecordBuilderParams()