Home
last modified time | relevance | path

Searched refs:CONTACT_PRESENCE_STATUS (Results 1 – 4 of 4) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/
DContactHeaderWidget.java116 int CONTACT_PRESENCE_STATUS = 6; field
645 if (!c.isNull(ContactQuery.CONTACT_PRESENCE_STATUS)) { in bindContactInfo()
646 int presence = c.getInt(ContactQuery.CONTACT_PRESENCE_STATUS); in bindContactInfo()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DContactListAdapter.java98 public static final int CONTACT_PRESENCE_STATUS = 2; field in ContactListAdapter.ContactQuery
278 view.showPresenceAndStatusMessage(cursor, ContactQuery.CONTACT_PRESENCE_STATUS, in bindPresenceAndStatusMessage()
/packages/apps/Contacts/src/com/android/contacts/list/
DGroupMemberTileAdapter.java45 mPresenceIndex = GroupMemberLoader.GroupDetailQuery.CONTACT_PRESENCE_STATUS; in bindColumnIndices()
/packages/apps/Contacts/src/com/android/contacts/
DGroupMemberLoader.java67 public static final int CONTACT_PRESENCE_STATUS = 4; field in GroupMemberLoader.GroupDetailQuery