Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java194 Contacts.TIMES_CONTACTED, in testContactsProjection()
235 Contacts.TIMES_CONTACTED, in testContactsStrequentProjection()
280 Contacts.TIMES_CONTACTED, in testContactsStrequentPhoneOnlyProjection()
329 Contacts.TIMES_CONTACTED, in testContactsWithSnippetProjection()
382 RawContacts.TIMES_CONTACTED, in testRawContactsProjection()
460 Contacts.TIMES_CONTACTED, in testDataProjection()
542 Contacts.TIMES_CONTACTED, in testDistinctDataProjection()
636 Contacts.TIMES_CONTACTED, in testEntityProjection()
731 PhoneLookup.TIMES_CONTACTED, in testPhoneLookupProjection()
767 PhoneLookup.TIMES_CONTACTED, in testPhoneLookupEnterpriseProjection()
[all …]
DLegacyContactsProviderTest.java72 ret.put(People.TIMES_CONTACTED, 0); in noStats()
327 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); in testMarkAsContacted()
334 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); in testMarkAsContacted()
936 values.put(People.TIMES_CONTACTED, 3); in putContactValuesExceptName()
948 values.put(People.TIMES_CONTACTED, 4); in putContactValues2()
DEnterpriseContactsCursorWrapperTest.java38 /* column 5 */ PhoneLookup.TIMES_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/Bluetooth/src/com/android/bluetooth/pbapclient/
DCallLogPullRequest.java145 values.put(ContactsContract.RawContacts.TIMES_CONTACTED, mCallCounter.get(key)); in updateTimesContacted()
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeBackend.java501 ContactsContract.Data.TIMES_CONTACTED); in queryData()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DZenModeBackend.java501 ContactsContract.Data.TIMES_CONTACTED); in queryData()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java343 peopleProjectionMap.put(People.TIMES_CONTACTED, People.TIMES_CONTACTED); in peopleProjectionMap.put() argument
543 "cast(0 as int) AS " + People.TIMES_CONTACTED + ", " + in createViews()