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()
2127 final List<String> propertyValueList = property.getValueList(); in addProperty() local2130 if ((propertyValueList == null || propertyValueList.size() == 0) in addProperty()2134 final String propValue = (propertyValueList != null in addProperty()2135 ? listToString(propertyValueList).trim() in addProperty()2149 handleNProperty(propertyValueList, paramMap); in addProperty()2171 for (String value : propertyValueList) { in addProperty()2220 addPostal(type, propertyValueList, label, isPrimary); in addProperty()2263 handleOrgValue(type, propertyValueList, paramMap, isPrimary); in addProperty()
687 ArrayList<String> propertyValueList = new ArrayList<String>();690 propertyValueList.add(value);691 property.setValues(propertyValueList);
2104 private boolean shouldAppendCharsetParam(String...propertyValueList) { in shouldAppendCharsetParam() argument2108 for (String propertyValue : propertyValueList) { in shouldAppendCharsetParam()