Home | History | Annotate | Download | only in account

Lines Matching defs:NOTE

28 import android.provider.ContactsContract.CommonDataKinds.Note;
402 // NOTE: even though a traditional "type" exists, for editing
458 addKind(new DataKind(Note.CONTENT_ITEM_TYPE, R.string.label_notes, Weight.NOTE, true));
461 kind.actionBody = new SimpleInflater(Note.NOTE);
463 kind.fieldList.add(new EditField(Note.NOTE, R.string.label_notes, FLAGS_NOTE));
577 int NOTE = 130;
1040 // Note about setLongForm/setShortForm below.
1299 // Note "assistant" used to be a custom column for the fallback type, but not anymore.
1595 return "note";
1607 Note.CONTENT_ITEM_TYPE,
1610 Weight.NOTE,
1612 new SimpleInflater(Note.NOTE));
1614 kind.fieldList.add(new EditField(Note.NOTE, R.string.label_notes, FLAGS_NOTE));