Searched refs:TIMES_CONTACTED (Results 1 – 7 of 7) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 195 Contacts.TIMES_CONTACTED, in testContactsProjection() 236 Contacts.TIMES_CONTACTED, in testContactsStrequentProjection() 281 Contacts.TIMES_CONTACTED, in testContactsStrequentPhoneOnlyProjection() 330 Contacts.TIMES_CONTACTED, in testContactsWithSnippetProjection() 383 RawContacts.TIMES_CONTACTED, in testRawContactsProjection() 459 Contacts.TIMES_CONTACTED, in testDataProjection() 539 Contacts.TIMES_CONTACTED, in testDistinctDataProjection() 631 Contacts.TIMES_CONTACTED, in testEntityProjection() 724 PhoneLookup.TIMES_CONTACTED, in testPhoneLookupProjection() 758 PhoneLookup.TIMES_CONTACTED, in testPhoneLookupEnterpriseProjection() [all …]
|
D | LegacyContactsProviderTest.java | 72 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()
|
D | EnterpriseContactsCursorWrapperTest.java | 39 /* column 5 */ PhoneLookup.TIMES_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/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | ContactsListLoader.java | 34 Contacts.TIMES_CONTACTED, // 5
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | DefaultContactListAdapter.java | 74 Contacts.TIMES_CONTACTED + " DESC, " +
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | LegacyApiSupport.java | 343 peopleProjectionMap.put(People.TIMES_CONTACTED, People.TIMES_CONTACTED); in peopleProjectionMap.put() argument 543 "cast(0 as int) AS " + People.TIMES_CONTACTED + ", " + in createViews()
|