Lines Matching full:microphone
43 """Class to manage microphone app in container."""
44 _MICROPHONE_ACTIVITY = 'org.chromium.arc.testapp.microphone/.MainActivity'
45 _MICROPHONE_PACKAGE = 'org.chromium.arc.testapp.microphone'
56 """Starts microphone app to start recording.
58 Starts microphone app. The app starts recorder itself after start up.
60 @raises: ArcMicrophoneResourceException if microphone app is not ready
66 'Microphone app is not ready yet.')
70 'Microphone app is already started.')
80 """Stops microphone app and gets recorded audio file from container.
82 Stops microphone app.
88 @raises: ArcMicrophoneResourceException if microphone app is not started
107 """Checks if microphone app is recording audio.
112 @returns: True if microphone app is recording, False otherwise.
124 """Grants permissions to microphone app."""
132 """Starts microphone app."""
137 """Stops microphone app.
139 Stops the microphone app process.
388 microphone: The instance of ArcMicrophoneResource for microphone app.
394 self.microphone = ArcMicrophoneResource()