Searched defs:NOTE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/account/
H A DBaseAccountType.java108 static final int NOTE = 110; field in interface:BaseAccountType.Weight
343 // NOTE: even though a traditional "type" exists, for editing
398 kind.actionBody = new SimpleInflater(Note.NOTE);
400 kind.fieldList.add(new EditField(Note.NOTE, R.string.label_notes, FLAGS_NOTE));
1333 Note.CONTENT_ITEM_TYPE, null, R.string.label_notes, Weight.NOTE,
1335 new SimpleInflater(R.string.label_notes), new SimpleInflater(Note.NOTE));
1337 kind.fieldList.add(new EditField(Note.NOTE, R.string.label_notes, FLAGS_NOTE));

Completed in 50 milliseconds