Home | History | Annotate | Download | only in vcard

Lines Matching defs:Property

255         public final String phoneticName;  // We won't have this in "TITLE" property.
387 /* package */ static class Property {
631 // Probably the "TITLE" property comes before the "ORG" property via
700 * regitimate property to be understood.
760 * Assume the ';' means the same meaning in N property
819 public void addProperty(final Property property) {
820 final String propName = property.mPropertyName;
821 final Map<String, Collection<String>> paramMap = property.mParameterMap;
822 final List<String> propValueList = property.mPropertyValueList;
823 byte[] propBytes = property.mPropertyBytes;
849 // As of 2009-10-08, Parser side does not split a property value into separated