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.java799 public static final int CONTACT_STATUS_TIMESTAMP = 10; field in ContactLoader.ContactQuery
866 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.java313 Contacts.CONTACT_STATUS, Contacts.CONTACT_STATUS_TIMESTAMP, in fetchAllData()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java238 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsProjection()
279 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsStrequentProjection()
324 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsStrequentPhoneOnlyProjection()
373 Contacts.CONTACT_STATUS_TIMESTAMP, in testContactsWithSnippetProjection()
503 Contacts.CONTACT_STATUS_TIMESTAMP, in testDataProjection()
584 Contacts.CONTACT_STATUS_TIMESTAMP, in testDistinctDataProjection()
680 Contacts.CONTACT_STATUS_TIMESTAMP, in testEntityProjection()
5333 values.put(Contacts.CONTACT_STATUS_TIMESTAMP, 100); in testStatusUpdateInsert()
5352 values.put(Contacts.CONTACT_STATUS_TIMESTAMP, 200); in testStatusUpdateInsert()
5543 values.put(Contacts.CONTACT_STATUS_TIMESTAMP, 100); in testStatusUpdateWithTimestamp()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java651 .add(Contacts.CONTACT_STATUS_TIMESTAMP,
721 .add(Contacts.CONTACT_STATUS_TIMESTAMP,
8282 Contacts.CONTACT_STATUS_TIMESTAMP)) { in appendContactStatusUpdateJoin()