Searched refs:TIMES_CONTACTED (Results 1 – 8 of 8) sorted by relevance
/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/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 439 Contacts.TIMES_CONTACTED, in testContactsProjection() 480 Contacts.TIMES_CONTACTED, in testContactsStrequentProjection() 525 Contacts.TIMES_CONTACTED, in testContactsStrequentPhoneOnlyProjection() 574 Contacts.TIMES_CONTACTED, in testContactsWithSnippetProjection() 627 RawContacts.TIMES_CONTACTED, in testRawContactsProjection() 705 Contacts.TIMES_CONTACTED, in testDataProjection() 787 Contacts.TIMES_CONTACTED, in testDistinctDataProjection() 881 Contacts.TIMES_CONTACTED, in testEntityProjection() 976 PhoneLookup.TIMES_CONTACTED, in testPhoneLookupProjection() 1012 PhoneLookup.TIMES_CONTACTED, in testPhoneLookupEnterpriseProjection() [all …]
|
D | LegacyContactsProviderTest.java | 71 ret.put(People.TIMES_CONTACTED, 0); in noStats() 326 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); in testMarkAsContacted() 333 Integer.parseInt(getStoredValue(personUri, People.TIMES_CONTACTED)); in testMarkAsContacted() 935 values.put(People.TIMES_CONTACTED, 3); in putContactValuesExceptName() 947 values.put(People.TIMES_CONTACTED, 4); in putContactValues2()
|
D | EnterpriseContactsCursorWrapperTest.java | 37 /* column 5 */ PhoneLookup.TIMES_CONTACTED, in testWrappedResults()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/ |
D | CallLogPullRequest.java | 141 values.put(ContactsContract.RawContacts.TIMES_CONTACTED, mCallCounter.get(key)); in updateTimesContacted()
|
/packages/apps/Settings/src/com/android/settings/notification/modes/ |
D | ZenModesBackend.java | 155 ContactsContract.Data.TIMES_CONTACTED); in queryStarredContactsData()
|
/packages/apps/Settings/src/com/android/settings/notification/zen/ |
D | ZenModeBackend.java | 526 ContactsContract.Data.TIMES_CONTACTED); in queryStarredContactsData()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyApiSupport.java | 345 peopleProjectionMap.put(People.TIMES_CONTACTED, People.TIMES_CONTACTED); in peopleProjectionMap.put() argument 545 "cast(0 as int) AS " + People.TIMES_CONTACTED + ", " + in createViews()
|