Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandConfigBuilder.java125 TradefedConfigObject configObjDef, Map<String, String> envVars) in createConfigObject() argument
130 Class.forName(configObjDef.getClassName()) in createConfigObject()
140 "Failed to add a config object '%s'", configObjDef.getClassName()), in createConfigObject()
143 MultiMap<String, String> optionValues = configObjDef.getOptionValues(); in createConfigObject()
190 for (TradefedConfigObject configObjDef : mTestEnvironment.getTradefedConfigObjects()) { in build()
191 if (TradefedConfigObject.Type.TARGET_PREPARER.equals(configObjDef.getType())) { in build()
192 deviceConfigObjDefs.add(configObjDef); in build()
194 nonDeviceConfigObjDefs.add(configObjDef); in build()
212 for (TradefedConfigObject configObjDef : deviceConfigObjDefs) { in build()
213 device.addSpecificConfig(createConfigObject(configObjDef, envVars)); in build()
[all …]