Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java805 final long coldInputStartTime; in doTest() local
973 coldInputStartTime = firstSampleTime - startTime; in doTest()
977 if (coldInputStartTime > 200) { in doTest()
979 + coldInputStartTime + " > 200ms"); in doTest()
980 } else if (coldInputStartTime > 100) { in doTest()
982 + coldInputStartTime + " > 100ms"); in doTest()
984 assertTrue(coldInputStartTime < 5000); // must start within 5 seconds. in doTest()
1115 log.addValue("start_recording_lag", coldInputStartTime, ResultType.LOWER_BETTER, in doTest()