Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDef.java347 config.setConfigurationObjectList(entryName, objectList); in createConfiguration()
354 config.setConfigurationObjectList(Configuration.DEVICE_NAME, deviceObjectList); in createConfiguration()
423 config.setConfigurationObjectList(objClassEntry.getKey(), objectList); in createGlobalConfiguration()
DIConfiguration.java504 public void setConfigurationObjectList(String name, List<?> configList) in setConfigurationObjectList() method
DConfiguration.java818 clonedConfig.setConfigurationObjectList( in partialDeepClone()
1088 public synchronized void setConfigurationObjectList(String typeName, List<?> configList) in setConfigurationObjectList() method in Configuration
1181 setConfigurationObjectList(typeName, configList); in setConfigurationObjectListNoThrow()
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/params/multiuser/
DProfileParameterHandler.java107 moduleConfiguration.setConfigurationObjectList( in addModuleControllersToConfiguration()
/tools/tradefederation/core/javatests/com/android/tradefed/config/
DConfigurationTest.java182 mConfig.setConfigurationObjectList(CONFIG_OBJECT_TYPE_NAME, list); in testGetConfigurationObject_forList()
225 mConfig.setConfigurationObjectList(Configuration.TEST_TYPE_NAME, myList); in testSetConfigurationObjectList_wrongtype()
657 mConfig.setConfigurationObjectList(Configuration.DEVICE_NAME, deviceObjectList); in testDumpXml_multi_device()
681 mConfig.setConfigurationObjectList(Configuration.DEVICE_NAME, deviceObjectList); in testDumpXml_multi_device_fake()
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DIGlobalConfiguration.java128 public void setConfigurationObjectList(String typeName, List<?> configList) in setConfigurationObjectList() method
DGlobalConfiguration.java709 public void setConfigurationObjectList(String typeName, List<?> configList) in setConfigurationObjectList() method in GlobalConfiguration
729 setConfigurationObjectList(typeName, configList); in setConfigurationObjectListNoThrow()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandConfigBuilder.java238 config.setConfigurationObjectList(typeName, configObjs); in build()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java1224 config.setConfigurationObjectList(ModuleDefinition.MODULE_CONTROLLER, listController); in testModuleController_fullBypass()