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

/packages/experimental/LoaderApp/src/com/android/loaderapp/
H A DContactHeaderWidget.java104 Contacts.CONTACT_STATUS_TIMESTAMP,
118 int CONTACT_STATUS_TIMESTAMP = 8; field in interface:ContactHeaderWidget.ContactQuery
655 final Long statusTimestamp = c.isNull(ContactQuery.CONTACT_STATUS_TIMESTAMP)
657 : c.getLong(ContactQuery.CONTACT_STATUS_TIMESTAMP);
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContactLoader.java133 Contacts.CONTACT_STATUS_TIMESTAMP,
215 public static final int CONTACT_STATUS_TIMESTAMP = 10; field in class:ContactLoader.ContactQuery
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContactLoader.java798 public static final int CONTACT_STATUS_TIMESTAMP = 10; field in class:ContactLoader.ContactQuery
865 Contacts.CONTACT_STATUS_TIMESTAMP,

Completed in 43 milliseconds