Searched refs:activeMicrophones (Results 1 – 2 of 2) sorted by relevance
638 List<MicrophoneInfo> activeMicrophones = mMediaRecorder.getActiveMicrophones(); in testGetActiveMicrophones() local639 assertTrue(activeMicrophones.size() > 0); in testGetActiveMicrophones()640 for (MicrophoneInfo activeMicrophone : activeMicrophones) { in testGetActiveMicrophones()
953 List<MicrophoneInfo> activeMicrophones = mAudioRecord.getActiveMicrophones(); in testGetActiveMicrophones() local954 assertTrue(activeMicrophones.size() > 0); in testGetActiveMicrophones()955 for (MicrophoneInfo activeMicrophone : activeMicrophones) { in testGetActiveMicrophones()