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.java176 String[] flatArgs = new String[args.size() - 2]; in setCustomCommands()
178 flatArgs[i - 2] = args.get(i).get(0); in setCustomCommands()
180 addSubPlan(flatArgs); in setCustomCommands()
498 private void addSubPlan(String[] flatArgs) { in addSubPlan() argument
502 optionParser.parse(Arrays.asList(flatArgs)); in addSubPlan()