Home | History | Annotate | Download | only in vcard

Lines Matching refs:note

23 import android.provider.ContactsContract.CommonDataKinds.Note;
62 * .appendNotes(contentValuesListMap.get(Note.CONTENT_ITEM_TYPE))
379 // Note:
563 // Note: "CHARSET" param is not allowed in vCard 3.0, but we may add it
645 // Note: There is no appropriate property for expressing
1245 // Note: vCard 3.0 does not allow any parameter addition toward "URL"
1329 String note = contentValues.getAsString(Note.NOTE);
1330 if (note == null) {
1331 note = "";
1333 if (note.length() > 0) {
1339 noteBuilder.append(note);
1354 final String noteStr = contentValues.getAsString(Note.NOTE);
1682 // Note: Strictly, vCard 2.1 does not allow "X-" parameter without
2048 // Note: In vCard 3.0, Type strings also can be like this: "TYPE=HOME,PREF"
2123 * Note that Quoted-Printable string must not be input here.