Home
last modified time | relevance | path

Searched defs:TIMES_CONTACTED (Results 1 – 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyContactImporter.java325 static int TIMES_CONTACTED = 3; field
369 int TIMES_CONTACTED = 8; field
394 int TIMES_CONTACTED = 6; field
DContactsProvider2.java491 sContactsProjectionMap.put(Contacts.TIMES_CONTACTED, Contacts.TIMES_CONTACTED); in sContactsProjectionMap.put()
536 sRawContactsProjectionMap.put(RawContacts.TIMES_CONTACTED, RawContacts.TIMES_CONTACTED); in sRawContactsProjectionMap.put()
586 sDataProjectionMap.put(Contacts.TIMES_CONTACTED, Contacts.TIMES_CONTACTED); in sDataProjectionMap.put()
698 sDistinctDataProjectionMap.put(Contacts.TIMES_CONTACTED, Contacts.TIMES_CONTACTED); in sDistinctDataProjectionMap.put()
743 sPhoneLookupProjectionMap.put(PhoneLookup.TIMES_CONTACTED, in sPhoneLookupProjectionMap.put()
744 ContactsColumns.CONCRETE_TIMES_CONTACTED + " AS " + PhoneLookup.TIMES_CONTACTED); in sPhoneLookupProjectionMap.put()
DContactsProvider.java4397 peopleColumns.put(PeopleColumns.TIMES_CONTACTED, People.TIMES_CONTACTED); in peopleColumns.put()
4488 map.put(People.TIMES_CONTACTED, Long.MAX_VALUE + " AS " + People.TIMES_CONTACTED); in map.put()
DLegacyApiSupport.java356 peopleProjectionMap.put(People.TIMES_CONTACTED, People.TIMES_CONTACTED); in peopleProjectionMap.put()
DContactAggregator.java1150 int TIMES_CONTACTED = 9; field