Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java458 final int expectedChannel = AudioFormat.CHANNEL_IN_MONO; in testAudioRecordBuilderDefault() local
472 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel); in testAudioRecordBuilderDefault()
489 final int expectedChannel = AudioFormat.CHANNEL_IN_MONO; in testAudioRecordBuilderPartialFormat() local
504 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel); in testAudioRecordBuilderPartialFormat()
519 final int expectedChannel = AudioFormat.CHANNEL_IN_MONO; in testAudioRecordBuilderParams() local
528 .setChannelMask(expectedChannel) in testAudioRecordBuilderParams()
544 assertEquals(TEST_NAME + ": configured channel config", expectedChannel, observedChannel); in testAudioRecordBuilderParams()