Home
last modified time | relevance | path

Searched refs:CONTACT_STATUS_TIMESTAMP (Results 1 – 6 of 6) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/
DContactHeaderWidget.java104 Contacts.CONTACT_STATUS_TIMESTAMP,
118 int CONTACT_STATUS_TIMESTAMP = 8; field
655 final Long statusTimestamp = c.isNull(ContactQuery.CONTACT_STATUS_TIMESTAMP) in bindContactInfo()
657 : c.getLong(ContactQuery.CONTACT_STATUS_TIMESTAMP); in bindContactInfo()
/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java797 public static final int CONTACT_STATUS_TIMESTAMP = 10; field in ContactLoader.ContactQuery
864 Contacts.CONTACT_STATUS_TIMESTAMP,
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java133 Contacts.CONTACT_STATUS_TIMESTAMP,
215 public static final int CONTACT_STATUS_TIMESTAMP = 10; field in ContactLoader.ContactQuery
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java317 Contacts.CONTACT_STATUS, Contacts.CONTACT_STATUS_TIMESTAMP, in fetchAllData()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java213 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsProjection()
254 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsStrequentProjection()
299 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsStrequentPhoneOnlyProjection()
348 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsWithSnippetProjection()
476 Contacts.CONTACT_STATUS_TIMESTAMP, in testDataProjection()
555 Contacts.CONTACT_STATUS_TIMESTAMP, in testDistinctDataProjection()
649 Contacts.CONTACT_STATUS_TIMESTAMP, in testEntityProjection()
5429 values.put(Contacts.CONTACT_STATUS_TIMESTAMP, 100); in testStatusUpdateInsert()
5448 values.put(Contacts.CONTACT_STATUS_TIMESTAMP, 200); in testStatusUpdateInsert()
5639 values.put(Contacts.CONTACT_STATUS_TIMESTAMP, 100); in testStatusUpdateWithTimestamp()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java709 .add(Contacts.CONTACT_STATUS_TIMESTAMP,
777 .add(Contacts.CONTACT_STATUS_TIMESTAMP,
8408 Contacts.CONTACT_STATUS_TIMESTAMP)) { in appendContactStatusUpdateJoin()