Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/yaml/
DConfigurationYamlParser.java93 YamlTestDependencies testDeps = in translateYamlInTradefed() local
96 dependencyFiles = convertDependenciesToObjects(configDef, testDeps); in translateYamlInTradefed()
134 ConfigurationDef def, YamlTestDependencies testDeps) { in convertDependenciesToObjects() argument
136 List<String> apks = testDeps.apks(); in convertDependenciesToObjects()
160 Map<String, String> deviceFiles = testDeps.deviceFiles(); in convertDependenciesToObjects()
184 dependencies.addAll(testDeps.files()); in convertDependenciesToObjects()