Home
last modified time | relevance | path

Searched refs:CONCRETE_TIMES_CONTACTED (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java257 public static final String CONCRETE_TIMES_CONTACTED = Tables.CONTACTS + "." field
1092 + ContactsColumns.CONCRETE_TIMES_CONTACTED in createContactsViews()
1164 + ContactsColumns.CONCRETE_TIMES_CONTACTED in createContactsViews()
DContactsProvider2.java744 ContactsColumns.CONCRETE_TIMES_CONTACTED + " AS " + PhoneLookup.TIMES_CONTACTED); in sPhoneLookupProjectionMap.put()