Home
last modified time | relevance | path

Searched refs:LAST_TIME_CONTACTED (Results 1 – 9 of 9) 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, 86400 * 21 in checkStoredContact()
211 b.withValue(RawContacts.LAST_TIME_CONTACTED, 86400 * 11); in addInsertProfileOperations()
230 RawContacts.LAST_TIME_CONTACTED, 86400 * 11 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.java194 Contacts.LAST_TIME_CONTACTED, in testContactsProjection()
235 Contacts.LAST_TIME_CONTACTED, in testContactsStrequentProjection()
280 Contacts.LAST_TIME_CONTACTED, in testContactsStrequentPhoneOnlyProjection()
329 Contacts.LAST_TIME_CONTACTED, in testContactsWithSnippetProjection()
384 RawContacts.LAST_TIME_CONTACTED, in testRawContactsProjection()
458 Contacts.LAST_TIME_CONTACTED, in testDataProjection()
538 Contacts.LAST_TIME_CONTACTED, in testDistinctDataProjection()
630 Contacts.LAST_TIME_CONTACTED, in testEntityProjection()
723 PhoneLookup.LAST_TIME_CONTACTED, in testPhoneLookupProjection()
757 PhoneLookup.LAST_TIME_CONTACTED, in testPhoneLookupEnterpriseProjection()
[all …]
DEnterpriseContactsCursorWrapperTest.java38 /* 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/apps/Contacts/src/com/android/contacts/list/
DDefaultContactListAdapter.java62 "(strftime('%s', 'now') - " + Contacts.LAST_TIME_CONTACTED + "/1000)";
/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/contacts/common/
DContactPhotoManagerImpl.java1083 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()