Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java226 String runHelp = commandHelp.get(RUN_PATTERN); in setCustomCommands() local
227 if (runHelp == null) { in setCustomCommands()
228 runHelp = new String(); in setCustomCommands()
230 String combinedRunHelp = runHelp + in setCustomCommands()