Home
last modified time | relevance | path

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

/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/Dialer/java/com/android/contacts/common/model/
DContactLoader.java799 public static final int CONTACT_STATUS_TIMESTAMP = 10; field in ContactLoader.ContactQuery
866 Contacts.CONTACT_STATUS_TIMESTAMP,
/packages/apps/Contacts/tests/src/com/android/contacts/model/
DContactLoaderTest.java313 Contacts.CONTACT_STATUS, Contacts.CONTACT_STATUS_TIMESTAMP, in fetchAllData()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java231 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsProjection()
272 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsStrequentProjection()
317 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsStrequentPhoneOnlyProjection()
366 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsWithSnippetProjection()
496 Contacts.CONTACT_STATUS_TIMESTAMP, in testDataProjection()
577 Contacts.CONTACT_STATUS_TIMESTAMP, in testDistinctDataProjection()
673 Contacts.CONTACT_STATUS_TIMESTAMP, in testEntityProjection()
4988 values.put(Contacts.CONTACT_STATUS_TIMESTAMP, 100); in testStatusUpdateInsert()
5007 values.put(Contacts.CONTACT_STATUS_TIMESTAMP, 200); in testStatusUpdateInsert()
5198 values.put(Contacts.CONTACT_STATUS_TIMESTAMP, 100); in testStatusUpdateWithTimestamp()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java642 .add(Contacts.CONTACT_STATUS_TIMESTAMP,
712 .add(Contacts.CONTACT_STATUS_TIMESTAMP,
8329 Contacts.CONTACT_STATUS_TIMESTAMP)) { in appendContactStatusUpdateJoin()