Home | History | Annotate | Download | only in model

Lines Matching refs:CONTACT_PRESENCE

124                 Contacts.CONTACT_PRESENCE,
196 public static final int CONTACT_PRESENCE = 8;
512 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE)
514 : cursor.getInt(ContactQuery.CONTACT_PRESENCE);