Home
last modified time | relevance | path

Searched refs:LAST_TIME_CONTACTED (Results 1 – 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2TransactionTest.java63 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_insert()
90 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_update()
97 values.put(RawContacts.LAST_TIME_CONTACTED, 86400 * 2); in testTransactionCallback_update()
124 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_delete()
153 final ContentValues values = cv(RawContacts.LAST_TIME_CONTACTED, 86400); in testTransactionCallback_bulkInsert()
182 b.withValue(RawContacts.LAST_TIME_CONTACTED, 86400 * 21); in addInsertContactOperations()
200 RawContacts.LAST_TIME_CONTACTED, 0 in checkStoredContact()
211 b.withValue(RawContacts.LAST_TIME_CONTACTED, 86400 * 11); in addInsertProfileOperations()
230 RawContacts.LAST_TIME_CONTACTED, 0 in checkStoredProfile()
DLegacyContactsProviderTest.java73 ret.put(People.LAST_TIME_CONTACTED, 0); in noStats()
332 long lastContacted = Long.parseLong(getStoredValue(personUri, People.LAST_TIME_CONTACTED)); in testMarkAsContacted()
937 values.put(People.LAST_TIME_CONTACTED, 10); in putContactValuesExceptName()
949 values.put(People.LAST_TIME_CONTACTED, 11); in putContactValues2()
DContactsProvider2Test.java193 Contacts.LAST_TIME_CONTACTED, in testContactsProjection()
234 Contacts.LAST_TIME_CONTACTED, in testContactsStrequentProjection()
279 Contacts.LAST_TIME_CONTACTED, in testContactsStrequentPhoneOnlyProjection()
328 Contacts.LAST_TIME_CONTACTED, in testContactsWithSnippetProjection()
383 RawContacts.LAST_TIME_CONTACTED, in testRawContactsProjection()
459 Contacts.LAST_TIME_CONTACTED, in testDataProjection()
541 Contacts.LAST_TIME_CONTACTED, in testDistinctDataProjection()
635 Contacts.LAST_TIME_CONTACTED, in testEntityProjection()
730 PhoneLookup.LAST_TIME_CONTACTED, in testPhoneLookupProjection()
766 PhoneLookup.LAST_TIME_CONTACTED, in testPhoneLookupEnterpriseProjection()
[all …]
DEnterpriseContactsCursorWrapperTest.java37 /* column 4 */ PhoneLookup.LAST_TIME_CONTACTED, in testWrappedResults()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DContactsDictionaryConstants.java30 Contacts.TIMES_CONTACTED, Contacts.LAST_TIME_CONTACTED, Contacts.IN_VISIBLE_GROUP };
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java344 peopleProjectionMap.put(People.LAST_TIME_CONTACTED, People.LAST_TIME_CONTACTED); in peopleProjectionMap.put() argument
544 "cast(0 as int) AS " + People.LAST_TIME_CONTACTED + ", " + in createViews()
/packages/apps/Dialer/java/com/android/dialer/contactphoto/
DContactPhotoManagerImpl.java1096 Contacts.STARRED + " DESC, " + Contacts.LAST_TIME_CONTACTED + " DESC"); in queryPhotosForPreload()
/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java1447 Contacts.STARRED + " DESC, " + Contacts.LAST_TIME_CONTACTED + " DESC"); in queryPhotosForPreload()