Searched refs:dumpCommandsXml (Results 1 – 4 of 4) sorted by relevance
301 public void dumpCommandsXml(PrintWriter printWriter, String regex); in dumpCommandsXml() method
808 mScheduler.dumpCommandsXml(new PrintWriter(System.out, true), null); in addDefaultCommands()819 mScheduler.dumpCommandsXml(new PrintWriter(System.out, true), pattern); in addDefaultCommands()
2382 public void dumpCommandsXml(PrintWriter printWriter, String regex) { in dumpCommandsXml() method in CommandScheduler
1080 mScheduler.dumpCommandsXml(pw, null); in testDumpCommandXml()