Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DTfInternalOptionsFetcher.java95 String[] optionValues = optionVal.split(","); in fetchOption() local
109 String[] optionValues = optionVal.split(","); in fetchOption() local
/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.java143 MultiMap<String, String> optionValues = configObjDef.getOptionValues(); in createConfigObject() local