Searched refs:dumpXml (Results 1 – 5 of 5) sorted by relevance
89 config.dumpXml(pw, VERSIONED_ELEMENTS); in parse()92 config.dumpXml(pw); in parse()
525 public void dumpXml(PrintWriter output) throws IOException; in dumpXml() method537 public void dumpXml(PrintWriter output, List<String> excludeFilters) throws IOException; in dumpXml() method
1209 public void dumpXml(PrintWriter output) throws IOException { in dumpXml() method in Configuration1210 dumpXml(output, new ArrayList<String>()); in dumpXml()1215 public void dumpXml(PrintWriter output, List<String> excludeFilters) throws IOException { in dumpXml() method in Configuration
635 mConfig.dumpXml(out); in testDumpXml()656 mConfig.dumpXml(out, filters); in testDumpXml_withFilter()679 mConfig.dumpXml(out); in testDumpXml_multi_device()
940 mMockConfiguration.dumpXml(EasyMock.anyObject()); in testDumpCommandXml()