Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/yaml/
DConfigurationYamlParser.java103 convertTestsToObjects(configDef, runnerInfo); in translateYamlInTradefed()
188 private void convertTestsToObjects(ConfigurationDef def, YamlTestRunners tests) { in convertTestsToObjects() method in ConfigurationYamlParser