Home | History | Annotate | Download | only in model

Lines Matching defs:CONTACT_PRESENCE

131                 Contacts.CONTACT_PRESENCE,
213 public static final int CONTACT_PRESENCE = 8;
605 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE)
607 : cursor.getInt(ContactQuery.CONTACT_PRESENCE);