Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DIGlobalConfiguration.java96 public void setConfigurationObjectList(String typeName, List<?> configList) in setConfigurationObjectList() method
DIConfiguration.java409 public void setConfigurationObjectList(String name, List<?> configList) in setConfigurationObjectList() method
DGlobalConfiguration.java554 public void setConfigurationObjectList(String typeName, List<?> configList) in setConfigurationObjectList() method in GlobalConfiguration
574 setConfigurationObjectList(typeName, configList); in setConfigurationObjectListNoThrow()
DConfiguration.java830 public synchronized void setConfigurationObjectList(String typeName, List<?> configList) in setConfigurationObjectList() method in Configuration
923 setConfigurationObjectList(typeName, configList); in setConfigurationObjectListNoThrow()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DConfigurationTest.java154 mConfig.setConfigurationObjectList(CONFIG_OBJECT_TYPE_NAME, list); in testGetConfigurationObject_forList()
194 mConfig.setConfigurationObjectList(Configuration.TEST_TYPE_NAME, myList); in testSetConfigurationObjectList_wrongtype()
675 mConfig.setConfigurationObjectList(Configuration.DEVICE_NAME, deviceObjectList); in testDumpXml_multi_device()
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DShardHelper.java186 clonedConfig.setConfigurationObjectList( in cloneConfigObject()