Searched defs:CONTACT_PRESENCE_STATUS (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactListAdapter.java123 cursor, ContactQuery.CONTACT_PRESENCE_STATUS, ContactQuery.CONTACT_CONTACT_STATUS);
168 public static final int CONTACT_PRESENCE_STATUS = 2; field in class:ContactListAdapter.ContactQuery
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactListAdapter.java96 public static final int CONTACT_PRESENCE_STATUS = 2; field in class:ContactListAdapter.ContactQuery
282 view.showPresenceAndStatusMessage(cursor, ContactQuery.CONTACT_PRESENCE_STATUS,
/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java116 int CONTACT_PRESENCE_STATUS = 6; field in interface:ContactHeaderWidget.ContactQuery
645 if (!c.isNull(ContactQuery.CONTACT_PRESENCE_STATUS)) {
646 int presence = c.getInt(ContactQuery.CONTACT_PRESENCE_STATUS);

Completed in 794 milliseconds