Searched refs:expectedChannel (Results 1 – 1 of 1) sorted by relevance
458 final int expectedChannel = AudioFormat.CHANNEL_IN_MONO; in testAudioRecordBuilderDefault() local472 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel); in testAudioRecordBuilderDefault()489 final int expectedChannel = AudioFormat.CHANNEL_IN_MONO; in testAudioRecordBuilderPartialFormat() local504 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel); in testAudioRecordBuilderPartialFormat()519 final int expectedChannel = AudioFormat.CHANNEL_IN_MONO; in testAudioRecordBuilderParams() local528 .setChannelMask(expectedChannel) in testAudioRecordBuilderParams()544 assertEquals(TEST_NAME + ": configured channel config", expectedChannel, observedChannel); in testAudioRecordBuilderParams()