HomeSort by relevance Sort by last modified time
    Searched refs:CONTACT_PRESENCE_STATUS (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
GroupMemberTileAdapter.java 45 mPresenceIndex = GroupMemberLoader.GroupDetailQuery.CONTACT_PRESENCE_STATUS;
  /packages/apps/Contacts/src/com/android/contacts/
GroupMemberLoader.java 67 public static final int CONTACT_PRESENCE_STATUS = 4;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListAdapter.java 89 public static final int CONTACT_PRESENCE_STATUS = 2;
255 view.showPresenceAndStatusMessage(cursor, ContactQuery.CONTACT_PRESENCE_STATUS,
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 116 int CONTACT_PRESENCE_STATUS = 6;
645 if (!c.isNull(ContactQuery.CONTACT_PRESENCE_STATUS)) {
646 int presence = c.getInt(ContactQuery.CONTACT_PRESENCE_STATUS);

Completed in 59 milliseconds