Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTradefedConfigObject.java54 TradefedConfigObject(Type type, String className, MultiMap<String, String> optionValues) { in TradefedConfigObject() argument
73 MultiMap<String, String> optionValues = new MultiMap<>(); in fromJson() local
DClusterCommandConfigBuilder.java141 MultiMap<String, String> optionValues = configObjDef.getOptionValues(); in createConfigObject() local