Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfiguration.java571 public void dumpXml(PrintWriter output) throws IOException; in dumpXml() method
583 public void dumpXml(PrintWriter output, List<String> excludeFilters) throws IOException; in dumpXml() method
596 public void dumpXml( in dumpXml() method
DConfiguration.java1316 public void dumpXml(PrintWriter output) throws IOException { in dumpXml() method in Configuration
1317 dumpXml(output, new ArrayList<String>()); in dumpXml()
1322 public void dumpXml(PrintWriter output, List<String> excludeFilters) throws IOException { in dumpXml() method in Configuration
1323 dumpXml(output, excludeFilters, true); in dumpXml()
1328 public void dumpXml( in dumpXml() method in Configuration
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java662 mConfig.dumpXml(out); in testDumpXml()
683 mConfig.dumpXml(out, filters); in testDumpXml_withFilter()
706 mConfig.dumpXml(out); in testDumpXml_multi_device()
729 mConfig.dumpXml(out); in testDumpXml_multi_device_fake()
DSandboxConfigurationFactoryTest.java166 originalConfig.dumpXml(pw); in testCreateConfiguration_runConfig()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigDump.java124 config.dumpXml(pw, new ArrayList<>(VERSIONED_ELEMENTS)); in parse()
127 config.dumpXml(pw); in parse()
DTradefedSandbox.java433 parentConfig.dumpXml(pw, new ArrayList<>(), false); in handleChildMissingConfig()
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DRemoteInvocationExecution.java541 config.dumpXml(new PrintWriter(configFile)); in createRemoteConfig()
/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java956 mMockConfiguration.dumpXml(EasyMock.anyObject()); in testDumpCommandXml()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java1948 cmd.cmd.getConfiguration().dumpXml(writer); in dumpCommandsXml()