Searched refs:activeMicrophones (Results 1 – 2 of 2) sorted by relevance
930 List<MicrophoneInfo> activeMicrophones = mAudioRecord.getActiveMicrophones(); in testGetActiveMicrophones() local931 assertTrue(activeMicrophones.size() > 0); in testGetActiveMicrophones()932 for (MicrophoneInfo activeMicrophone : activeMicrophones) { in testGetActiveMicrophones()
702 List<MicrophoneInfo> activeMicrophones = mMediaRecorder.getActiveMicrophones(); in testGetActiveMicrophones() local703 assertTrue(activeMicrophones.size() > 0); in testGetActiveMicrophones()704 for (MicrophoneInfo activeMicrophone : activeMicrophones) { in testGetActiveMicrophones()