Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java889 List<MicrophoneInfo> activeMicrophones = mAudioRecord.getActiveMicrophones(); in testGetActiveMicrophones() local
890 assertTrue(activeMicrophones.size() > 0); in testGetActiveMicrophones()
891 for (MicrophoneInfo activeMicrophone : activeMicrophones) { in testGetActiveMicrophones()
DMediaRecorderTest.java667 List<MicrophoneInfo> activeMicrophones = mMediaRecorder.getActiveMicrophones(); in testGetActiveMicrophones() local
668 assertTrue(activeMicrophones.size() > 0); in testGetActiveMicrophones()
669 for (MicrophoneInfo activeMicrophone : activeMicrophones) { in testGetActiveMicrophones()