Searched refs:propertyValueList (Results 1 – 4 of 4) sorted by relevance
118 public void setValues(List<String> propertyValueList) { in setValues() argument119 mValueList = propertyValueList; in setValues()130 public void addValues(List<String> propertyValueList) { in addValues() argument132 mValueList = new ArrayList<String>(propertyValueList); in addValues()134 mValueList.addAll(propertyValueList); in addValues()
2129 final List<String> propertyValueList = property.getValueList(); in addProperty() local2132 if ((propertyValueList == null || propertyValueList.size() == 0) in addProperty()2136 final String propValue = (propertyValueList != null in addProperty()2137 ? listToString(propertyValueList).trim() in addProperty()2151 handleNProperty(propertyValueList, paramMap); in addProperty()2173 for (String value : propertyValueList) { in addProperty()2222 addPostal(type, propertyValueList, label, isPrimary); in addProperty()2265 handleOrgValue(type, propertyValueList, paramMap, isPrimary); in addProperty()
687 ArrayList<String> propertyValueList = new ArrayList<String>();690 propertyValueList.add(value);691 property.setValues(propertyValueList);
2070 private boolean shouldAppendCharsetParam(String...propertyValueList) { in shouldAppendCharsetParam() argument2074 for (String propertyValue : propertyValueList) { in shouldAppendCharsetParam()