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

/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParserImpl_V21.java310 final String propertyRawValue = propertyData.getRawValue();
313 if (propertyRawValue.equalsIgnoreCase("VCARD")) {
316 throw new VCardException("Unknown BEGIN type: " + propertyRawValue);
319 if (propertyRawValue.equalsIgnoreCase("VCARD")) {
322 throw new VCardException("Unknown END type: " + propertyRawValue);
332 String propertyRawValue = property.getRawValue();
337 !propertyRawValue.equals(getVersionString())) {
339 "Incompatible version: " + propertyRawValue + " != " + getVersionString());
573 String propertyRawValue = property.getRawValue();
587 handleAdrOrgN(property, propertyRawValue, sourceCharse
698 handleAdrOrgN(VCardProperty property, String propertyRawValue, String sourceCharset, String targetCharset) argument
[all...]

Completed in 22 milliseconds