Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java342 final int expectedChannel = AudioFormat.CHANNEL_IN_MONO; in testAudioRecordBuilderDefault() local
356 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel); in testAudioRecordBuilderDefault()
372 final int expectedChannel = AudioFormat.CHANNEL_IN_MONO; in testAudioRecordBuilderPartialFormat() local
387 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel); in testAudioRecordBuilderPartialFormat()
401 final int expectedChannel = AudioFormat.CHANNEL_IN_MONO; in testAudioRecordBuilderParams() local
410 .setChannelMask(expectedChannel) in testAudioRecordBuilderParams()
426 assertEquals(TEST_NAME + ": configured channel config", expectedChannel, observedChannel); in testAudioRecordBuilderParams()