Home
last modified time | relevance | path

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

/cts/tests/tests/media/audio/src/android/media/audio/cts/
DAudioRecordTest.java1127 final long coldInputStartTime; in doTest() local
1269 coldInputStartTime = firstSampleTime - startTime; in doTest()
1273 if (coldInputStartTime > 200) { in doTest()
1275 + coldInputStartTime + " > 200ms"); in doTest()
1276 } else if (coldInputStartTime > 100) { in doTest()
1278 + coldInputStartTime + " > 100ms"); in doTest()
1284 .that(coldInputStartTime) in doTest()
1458 log.addValue("start_recording_lag", coldInputStartTime, ResultType.LOWER_BETTER, in doTest()