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.java724 public void testSetMaxDuration() throws Exception { in testSetMaxDuration() method in MediaRecorderTest
729 testSetMaxDuration(RECORD_TIME_LONG_MS, RECORDED_DUR_TOLERANCE_MS); in testSetMaxDuration()
732 private void testSetMaxDuration(long durationMs, long toleranceMs) throws Exception { in testSetMaxDuration() method in MediaRecorderTest