Searched refs:setMaxDuration (Results 1 – 3 of 3) sorted by relevance
148 mMediaRecorder.setMaxDuration(milliseconds); in startVideoRecording()190 mMediaRecorder.setMaxDuration(milliseconds); in startVideoRecording()
88 protected void setMaxDuration(int max_duration_ms) { in setMaxDuration() method in ShadowMediaRecorder
78 mediaRecorder.setMaxDuration(30000); in testMaxDuration()