Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DAdbScreenrecordTest.java334 final long timeLimit = TimeUnit.MILLISECONDS.toSeconds(mRecordTimeInSeconds); in generateAdbScreenRecordCommand() local
335 sb.append(SPACE).append(OPTION_TIME_LIMIT).append(SPACE).append(timeLimit); in generateAdbScreenRecordCommand()