Searched defs:CONTACT_PRESENCE (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DContactTileLoaderFactory.java38 public final static int CONTACT_PRESENCE = 5; field in class:ContactTileLoaderFactory
59 Contacts.CONTACT_PRESENCE, // .............................5
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupMembersAdapter.java45 Data.CONTACT_PRESENCE,
55 Data.CONTACT_PRESENCE,
64 public static final int CONTACT_PRESENCE = 4; field in class:GroupMembersAdapter.GroupMembersQuery
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java131 Contacts.CONTACT_PRESENCE,
213 public static final int CONTACT_PRESENCE = 8; field in class:ContactLoader.ContactQuery
605 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE)
607 : cursor.getInt(ContactQuery.CONTACT_PRESENCE);
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java431 cursor.isNull(ContactQuery.CONTACT_PRESENCE)
433 : cursor.getInt(ContactQuery.CONTACT_PRESENCE);
796 public static final int CONTACT_PRESENCE = 8; field in class:ContactLoader.ContactQuery
863 Contacts.CONTACT_PRESENCE,

Completed in 101 milliseconds