Searched defs:CONTACT_PRESENCE (Results 1 - 2 of 2) sorted by last modified time

/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java500 Contacts.CONTACT_PRESENCE,
572 public final static int CONTACT_PRESENCE = 8; field in class:ContactLoader.ContactQuery
856 final Integer presence = cursor.isNull(ContactQuery.CONTACT_PRESENCE)
858 : cursor.getInt(ContactQuery.CONTACT_PRESENCE);
H A DContactTileLoaderFactory.java37 public final static int CONTACT_PRESENCE = 5; field in class:ContactTileLoaderFactory
51 Contacts.CONTACT_PRESENCE, // .............................5

Completed in 52 milliseconds