Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DAdbScreenrecordTest.java62 private long mRecordTimeInSeconds = -1; field in AdbScreenrecordTest
333 if (mRecordTimeInSeconds != -1) { in generateAdbScreenRecordCommand()
334 final long timeLimit = TimeUnit.MILLISECONDS.toSeconds(mRecordTimeInSeconds); in generateAdbScreenRecordCommand()
394 if (mRecordTimeInSeconds != -1 && mRecordTimeInSeconds < 1) { in verifyTestParameters()
396 String.format(ERR_OPTION_MALFORMED, OPTION_TIME_LIMIT, mRecordTimeInSeconds); in verifyTestParameters()