Searched refs:activeMicrophones (Results 1 – 2 of 2) sorted by relevance
889 List<MicrophoneInfo> activeMicrophones = mAudioRecord.getActiveMicrophones(); in testGetActiveMicrophones() local890 assertTrue(activeMicrophones.size() > 0); in testGetActiveMicrophones()891 for (MicrophoneInfo activeMicrophone : activeMicrophones) { in testGetActiveMicrophones()
667 List<MicrophoneInfo> activeMicrophones = mMediaRecorder.getActiveMicrophones(); in testGetActiveMicrophones() local668 assertTrue(activeMicrophones.size() > 0); in testGetActiveMicrophones()669 for (MicrophoneInfo activeMicrophone : activeMicrophones) { in testGetActiveMicrophones()