Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationFactory.java727 Set<String> configNames = getConfigSetFromClasspath(subPath); in getConfigList()
743 private Set<String> getConfigSetFromClasspath(String subPath) { in getConfigSetFromClasspath() method in ConfigurationFactory
774 Set<String> configNames = getConfigSetFromClasspath(null); in loadAllConfigs()