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.java103 InputStream input = mGCSConfigurationFactory.getConfigStream("cluster/host-config.xml"); in testGetConfigStream()
111 mGCSConfigurationFactory.getConfigStream("cluster/not-exist-host-config.xml"); in testGetConfigStream_notExist()
123 InputStream input = mGCSConfigurationFactory.getConfigStream("test-config"); in testGetConfigStream_bundled()
/tools/tradefederation/core/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactory.java55 protected BufferedInputStream getConfigStream(String name) throws ConfigurationException { in getConfigStream() method in GCSConfigurationFactory
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java397 BufferedInputStream bufStream = getConfigStream(name); in loadConfiguration()
759 InputStream configStream = getConfigStream(configName); in dumpConfig()
786 protected BufferedInputStream getConfigStream(String name) throws ConfigurationException { in getConfigStream() method in ConfigurationFactory