Home
last modified time | relevance | path

Searched defs:newDeviceConfigList (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java683 List<Object> newDeviceConfigList = new ArrayList<Object>(); in clone() local
689 clone.setConfigurationObjectListNoThrow(entry.getKey(), newDeviceConfigList); in clone() local