HomeSort by relevance Sort by last modified time
    Searched full:observedchannel (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
AudioRecordTest.java 349 final int observedChannel = rec.getChannelConfiguration();
356 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel);
380 final int observedChannel = rec.getChannelConfiguration();
387 assertEquals(TEST_NAME + ": default channel config", expectedChannel, observedChannel);
417 final int observedChannel = rec.getChannelConfiguration();
426 assertEquals(TEST_NAME + ": configured channel config", expectedChannel, observedChannel);
    [all...]

Completed in 653 milliseconds