Home
last modified time | relevance | path

Searched refs:testSetMaxDuration (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaRecorderTest.java482 public void testSetMaxDuration() throws Exception { in testSetMaxDuration() method in MediaRecorderTest
487 testSetMaxDuration(RECORD_TIME_LONG_MS, RECORDED_DUR_TOLERANCE_MS); in testSetMaxDuration()
490 private void testSetMaxDuration(long durationMs, long toleranceMs) throws Exception { in testSetMaxDuration() method in MediaRecorderTest