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

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

Completed in 66 milliseconds