Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java742 cloneListTFObject(deepCopyConfig.getAllObjectOfType(objType)); in partialDeepClone()
751 cloneListTFObject(clonedConfig.getConfigurationObjectList(objType))); in partialDeepClone()
757 private List<?> cloneListTFObject(List<?> objects) throws ConfigurationException { in cloneListTFObject() method in Configuration