Home
last modified time | relevance | path

Searched refs:setRawValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/vcard/java/com/android/vcard/
DVCardParserImpl_V21.java383 propertyData.setRawValue( i < length - 1 ? line.substring(i + 1) : ""); in constructPropertyData()
414 propertyData.setRawValue(i < length - 1 ? line.substring(i + 1) : ""); in constructPropertyData()
603 property.setRawValue(quotedPrintablePart);
711 property.setRawValue(quotedPrintablePart);
DVCardProperty.java107 public void setRawValue(String rawValue) { in setRawValue() method in VCardProperty