Home
last modified time | relevance | path

Searched refs:getConfigStream (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactoryTest.java106 InputStream input = mGCSConfigurationFactory.getConfigStream("cluster/host-config.xml"); in testGetConfigStream()
115 mGCSConfigurationFactory.getConfigStream("cluster/not-exist-host-config.xml"); in testGetConfigStream_notExist()
127 InputStream input = mGCSConfigurationFactory.getConfigStream("test-config"); in testGetConfigStream_bundled()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java399 BufferedInputStream bufStream = getConfigStream(name); in loadConfiguration()
763 InputStream configStream = getConfigStream(configName); in dumpConfig()
790 protected BufferedInputStream getConfigStream(String name) throws ConfigurationException { in getConfigStream() method in ConfigurationFactory
/tools/tradefederation/core/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactory.java61 protected BufferedInputStream getConfigStream(String name) throws ConfigurationException { in getConfigStream() method in GCSConfigurationFactory