Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DConfigurationDef.java260 List<Object> objectList = new ArrayList<Object>(objClassEntry.getValue().size()); in createConfiguration() local
387 List<Object> objectList = new ArrayList<Object>(objClassEntry.getValue().size()); in createGlobalConfiguration() local
392 config.setConfigurationObjectList(objClassEntry.getKey(), objectList); in createGlobalConfiguration() local