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

/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DContactTileLoaderFactory.java38 public final static int CONTACT_PRESENCE = 5; field in class:ContactTileLoaderFactory
58 Contacts.CONTACT_PRESENCE, // .............................5
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java123 Contacts.CONTACT_PRESENCE,
195 public static final int CONTACT_PRESENCE = 8; field in class:ContactLoader.ContactQuery
619 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE)
621 : cursor.getInt(ContactQuery.CONTACT_PRESENCE);

Completed in 152 milliseconds