Home
last modified time | relevance | path

Searched refs:getCurrentHostConfig (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/
DGCSConfigurationServerTest.java105 String configName = mConfigServer.getCurrentHostConfig(); in testGetCurrentHostConfig()
113 String configName = mConfigServer.getCurrentHostConfig(); in testGetCurrentHostConfig_cluster()
121 String configName = mConfigServer.getCurrentHostConfig(); in testGetCurrentHostConfig_configPath()
129 mConfigServer.getCurrentHostConfig(); in testGetCurrentHostConfig_noHostConfig()
DGCSConfigurationFactoryTest.java67 public String getCurrentHostConfig() throws ConfigurationException { in setUp()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DGlobalConfigurationTest.java256 public String getCurrentHostConfig() throws ConfigurationException { in getCurrentHostConfig() method in GlobalConfigurationTest.StubConfigServer
286 assertEquals("current-host-config.xml", globalConfigServer.getCurrentHostConfig()); in testCreateGlobalConfiguration_configServer()
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfigurationServer.java48 public String getCurrentHostConfig() throws ConfigurationException; in getCurrentHostConfig() method
DGlobalConfiguration.java167 String currentHostConfig = globalConfigServer.getCurrentHostConfig(); in createGlobalConfiguration()
/tools/tradefederation/core/src/com/android/tradefed/config/gcs/
DGCSConfigurationServer.java71 public String getCurrentHostConfig() throws ConfigurationException { in getCurrentHostConfig() method in GCSConfigurationServer