Searched refs:timeLimit (Results 1 – 1 of 1) sorted by relevance
334 final long timeLimit = TimeUnit.MILLISECONDS.toSeconds(mRecordTimeInSeconds); in generateAdbScreenRecordCommand() local335 sb.append(SPACE).append(OPTION_TIME_LIMIT).append(SPACE).append(timeLimit); in generateAdbScreenRecordCommand()