Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java930 List<MicrophoneInfo> activeMicrophones = mAudioRecord.getActiveMicrophones(); in testGetActiveMicrophones() local
931 assertTrue(activeMicrophones.size() > 0); in testGetActiveMicrophones()
932 for (MicrophoneInfo activeMicrophone : activeMicrophones) { in testGetActiveMicrophones()
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/
DMediaRecorderTest.java702 List<MicrophoneInfo> activeMicrophones = mMediaRecorder.getActiveMicrophones(); in testGetActiveMicrophones() local
703 assertTrue(activeMicrophones.size() > 0); in testGetActiveMicrophones()
704 for (MicrophoneInfo activeMicrophone : activeMicrophones) { in testGetActiveMicrophones()