Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DGlobalConfigurationTest.java136 protected String getConfigPrefix() { in testCreateGlobalConfiguration_nonEmpty()
166 protected String getConfigPrefix() { in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault()
210 protected String getConfigPrefix() { in testCreateGlobalConfiguration_cloneConfigWithFilter()
271 protected String getConfigPrefix() { in testCreateGlobalConfiguration_configServer()
DConfigurationDescriptorTest.java42 protected String getConfigPrefix() { in setUp()
DConfigurationFactoryTest.java69 protected String getConfigPrefix() { in setUp()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java141 mPrefix = getConfigPrefix(); in ConfigClasspathFilter()
165 int pathStartIndex = getConfigPrefix().length(); in transform()
275 "/%s%s%s", getConfigPrefix(), name, CONFIG_SUFFIX)); in isBundledConfig()
779 protected String getConfigPrefix() { in getConfigPrefix() method in ConfigurationFactory
808 String.format("/%s%s%s", getConfigPrefix(), name, CONFIG_SUFFIX)); in getBundledConfigStream()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/gcs/
DGCSConfigurationFactoryTest.java92 protected String getConfigPrefix() { in setUp()