Home | History | Annotate | Download | only in model

Lines Matching refs:STARRED

123                 Contacts.STARRED,
195 public static final int STARRED = 7;
511 final boolean starred = cursor.getInt(ContactQuery.STARRED) != 0;
529 altDisplayName, phoneticName, starred, presence, sendToVoicemail,
554 cursorColumnToContentValues(cursor, cv, ContactQuery.STARRED);