Searched refs:mRecordTimeInSeconds (Results 1 – 1 of 1) sorted by relevance
62 private long mRecordTimeInSeconds = -1; field in AdbScreenrecordTest333 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()