Home
last modified time | relevance | path

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

/tools/tradefederation/contrib/src/com/android/media/tests/
DAdbScreenrecordTest.java328 final String SPACE = " "; in generateAdbScreenRecordCommand() local
335 sb.append(SPACE).append(OPTION_TIME_LIMIT).append(SPACE).append(timeLimit); in generateAdbScreenRecordCommand()
339 sb.append(SPACE).append(OPTION_SIZE).append(SPACE).append(mVideoSize); in generateAdbScreenRecordCommand()
343 sb.append(SPACE).append(OPTION_BITRATE).append(SPACE).append(mBitRate); in generateAdbScreenRecordCommand()