Searched refs:expectedChannel (Results 1 – 1 of 1) sorted by relevance
342 final int expectedChannel = AudioFormat.CHANNEL_IN_MONO; in testAudioRecordBuilderDefault() local356 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel); in testAudioRecordBuilderDefault()372 final int expectedChannel = AudioFormat.CHANNEL_IN_MONO; in testAudioRecordBuilderPartialFormat() local387 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel); in testAudioRecordBuilderPartialFormat()401 final int expectedChannel = AudioFormat.CHANNEL_IN_MONO; in testAudioRecordBuilderParams() local410 .setChannelMask(expectedChannel) in testAudioRecordBuilderParams()426 assertEquals(TEST_NAME + ": configured channel config", expectedChannel, observedChannel); in testAudioRecordBuilderParams()