Searched refs:PROPERTY_NOTE (Results 1 – 3 of 3) sorted by relevance
34 public static final String PROPERTY_NOTE = "NOTE"; field in VCardConstants
1351 appendLine(VCardConstants.PROPERTY_NOTE, noteStr, in appendNotes()1362 appendLine(VCardConstants.PROPERTY_NOTE, noteStr, in appendNotes()
2376 } else if (propertyName.equals(VCardConstants.PROPERTY_NOTE)) { in addProperty()