Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java804 public static final int CONTACT_STATUS_TIMESTAMP = 10; field in ContactLoader.ContactQuery
871 Contacts.CONTACT_STATUS_TIMESTAMP,
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java128 Contacts.CONTACT_STATUS_TIMESTAMP,
207 public static final int CONTACT_STATUS_TIMESTAMP = 10; field in ContactLoader.ContactQuery
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java318 Contacts.CONTACT_STATUS, Contacts.CONTACT_STATUS_TIMESTAMP, in fetchAllData()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java457 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsProjection()
498 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsStrequentProjection()
543 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsStrequentPhoneOnlyProjection()
592 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsWithSnippetProjection()
722 Contacts.CONTACT_STATUS_TIMESTAMP, in testDataProjection()
803 Contacts.CONTACT_STATUS_TIMESTAMP, in testDistinctDataProjection()
899 Contacts.CONTACT_STATUS_TIMESTAMP, in testEntityProjection()
5344 values.put(Contacts.CONTACT_STATUS_TIMESTAMP, 100); in testStatusUpdateInsert()
5363 values.put(Contacts.CONTACT_STATUS_TIMESTAMP, 200); in testStatusUpdateInsert()
5554 values.put(Contacts.CONTACT_STATUS_TIMESTAMP, 100); in testStatusUpdateWithTimestamp()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java674 .add(Contacts.CONTACT_STATUS_TIMESTAMP,
744 .add(Contacts.CONTACT_STATUS_TIMESTAMP,
8794 Contacts.CONTACT_STATUS_TIMESTAMP)) { in appendContactStatusUpdateJoin()