Searched refs:dumpCommandsXml (Results 1 – 4 of 4) sorted by relevance
665 mScheduler.dumpCommandsXml(new PrintWriter(System.out, true), null); in addDefaultCommands()673 mScheduler.dumpCommandsXml(new PrintWriter(System.out, true), pattern); in addDefaultCommands()
286 public void dumpCommandsXml(PrintWriter printWriter, String regex); in dumpCommandsXml() method
2035 public void dumpCommandsXml(PrintWriter printWriter, String regex) { in dumpCommandsXml() method in CommandScheduler
1039 mScheduler.dumpCommandsXml(pw, null); in testDumpCommandXml()