Home
last modified time | relevance | path

Searched refs:dumpXml (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java89 config.dumpXml(pw, VERSIONED_ELEMENTS); in parse()
92 config.dumpXml(pw); in parse()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java525 public void dumpXml(PrintWriter output) throws IOException; in dumpXml() method
537 public void dumpXml(PrintWriter output, List<String> excludeFilters) throws IOException; in dumpXml() method
DConfiguration.java1209 public void dumpXml(PrintWriter output) throws IOException { in dumpXml() method in Configuration
1210 dumpXml(output, new ArrayList<String>()); in dumpXml()
1215 public void dumpXml(PrintWriter output, List<String> excludeFilters) throws IOException { in dumpXml() method in Configuration
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java635 mConfig.dumpXml(out); in testDumpXml()
656 mConfig.dumpXml(out, filters); in testDumpXml_withFilter()
679 mConfig.dumpXml(out); in testDumpXml_multi_device()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java940 mMockConfiguration.dumpXml(EasyMock.anyObject()); in testDumpCommandXml()