Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java176 mConfig.setConfigurationObjectList(CONFIG_OBJECT_TYPE_NAME, list); in testGetConfigurationObject_forList()
216 mConfig.setConfigurationObjectList(Configuration.TEST_TYPE_NAME, myList); in testSetConfigurationObjectList_wrongtype()
639 mConfig.setConfigurationObjectList(Configuration.DEVICE_NAME, deviceObjectList); in testDumpXml_multi_device()
662 mConfig.setConfigurationObjectList(Configuration.DEVICE_NAME, deviceObjectList); in testDumpXml_multi_device_fake()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDef.java338 config.setConfigurationObjectList(entryName, objectList); in createConfiguration()
345 config.setConfigurationObjectList(Configuration.DEVICE_NAME, deviceObjectList); in createConfiguration()
392 config.setConfigurationObjectList(objClassEntry.getKey(), objectList); in createGlobalConfiguration()
DConfiguration.java749 clonedConfig.setConfigurationObjectList( in partialDeepClone()
1001 public synchronized void setConfigurationObjectList(String typeName, List<?> configList) in setConfigurationObjectList() method in Configuration
1094 setConfigurationObjectList(typeName, configList); in setConfigurationObjectListNoThrow()
DIConfiguration.java475 public void setConfigurationObjectList(String name, List<?> configList) in setConfigurationObjectList() method
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java622 public void setConfigurationObjectList(String typeName, List<?> configList) in setConfigurationObjectList() method in GlobalConfiguration
642 setConfigurationObjectList(typeName, configList); in setConfigurationObjectListNoThrow()
DIGlobalConfiguration.java108 public void setConfigurationObjectList(String typeName, List<?> configList) in setConfigurationObjectList() method
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommandConfigBuilder.java219 config.setConfigurationObjectList(typeName, configObjs); in build()