Home | History | Annotate | Download | only in model

Lines Matching defs:STARRED

130                 Contacts.STARRED,
212 public static final int STARRED = 7;
392 false /* starred */,
604 final boolean starred = cursor.getInt(ContactQuery.STARRED) != 0;
622 altDisplayName, phoneticName, starred, presence, sendToVoicemail,
646 cursorColumnToContentValues(cursor, cv, ContactQuery.STARRED);