Searched refs:stringSet (Results 1 – 1 of 1) sorted by relevance
180 Set<String> stringSet = new HashSet<String>(); in testPreferenceTypesSupport() local181 stringSet.add("string1"); in testPreferenceTypesSupport()182 stringSet.add("string2"); in testPreferenceTypesSupport()183 map.put("StringSet", stringSet); in testPreferenceTypesSupport()