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/
DMediaRecorderTest.java638 List<MicrophoneInfo> activeMicrophones = mMediaRecorder.getActiveMicrophones(); in testGetActiveMicrophones() local
639 assertTrue(activeMicrophones.size() > 0); in testGetActiveMicrophones()
640 for (MicrophoneInfo activeMicrophone : activeMicrophones) { in testGetActiveMicrophones()
DAudioRecordTest.java953 List<MicrophoneInfo> activeMicrophones = mAudioRecord.getActiveMicrophones(); in testGetActiveMicrophones() local
954 assertTrue(activeMicrophones.size() > 0); in testGetActiveMicrophones()
955 for (MicrophoneInfo activeMicrophone : activeMicrophones) { in testGetActiveMicrophones()