Searched refs:LAST_TIME_CONTACTED (Results 1 – 8 of 8) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2TransactionTest.java | 63 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()
|
D | LegacyContactsProviderTest.java | 73 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()
|
D | ContactsProvider2Test.java | 219 Contacts.LAST_TIME_CONTACTED, in testContactsProjection() 260 Contacts.LAST_TIME_CONTACTED, in testContactsStrequentProjection() 305 Contacts.LAST_TIME_CONTACTED, in testContactsStrequentPhoneOnlyProjection() 354 Contacts.LAST_TIME_CONTACTED, in testContactsWithSnippetProjection() 409 RawContacts.LAST_TIME_CONTACTED, in testRawContactsProjection() 485 Contacts.LAST_TIME_CONTACTED, in testDataProjection() 567 Contacts.LAST_TIME_CONTACTED, in testDistinctDataProjection() 661 Contacts.LAST_TIME_CONTACTED, in testEntityProjection() 756 PhoneLookup.LAST_TIME_CONTACTED, in testPhoneLookupProjection() 792 PhoneLookup.LAST_TIME_CONTACTED, in testPhoneLookupEnterpriseProjection() [all …]
|
D | EnterpriseContactsCursorWrapperTest.java | 37 /* column 4 */ PhoneLookup.LAST_TIME_CONTACTED, in testWrappedResults()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | ContactsDictionaryConstants.java | 30 Contacts.TIMES_CONTACTED, Contacts.LAST_TIME_CONTACTED, Contacts.IN_VISIBLE_GROUP };
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyApiSupport.java | 344 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/ |
D | ContactPhotoManagerImpl.java | 1096 Contacts.STARRED + " DESC, " + Contacts.LAST_TIME_CONTACTED + " DESC"); in queryPhotosForPreload()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactPhotoManager.java | 1447 Contacts.STARRED + " DESC, " + Contacts.LAST_TIME_CONTACTED + " DESC"); in queryPhotosForPreload()
|