Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java175 String[] flatArgs = new String[args.size() - 2]; in setCustomCommands()
177 flatArgs[i - 2] = args.get(i).get(0); in setCustomCommands()
179 addSubPlan(flatArgs); in setCustomCommands()
493 private void addSubPlan(String[] flatArgs) { in addSubPlan() argument
497 optionParser.parse(Arrays.asList(flatArgs)); in addSubPlan()