Searched refs:dumpCommandsXml (Results 1 – 3 of 3) sorted by relevance
275 public void dumpCommandsXml(PrintWriter printWriter, String regex); in dumpCommandsXml() method
623 mScheduler.dumpCommandsXml(new PrintWriter(System.out, true), null); in addDefaultCommands()631 mScheduler.dumpCommandsXml(new PrintWriter(System.out, true), pattern); in addDefaultCommands()
944 mScheduler.dumpCommandsXml(pw, null); in testDumpCommandXml()