Searched defs:TIMES_CONTACTED (Results 1 – 5 of 5) sorted by relevance
325 static int TIMES_CONTACTED = 3; field369 int TIMES_CONTACTED = 8; field394 int TIMES_CONTACTED = 6; field
491 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()
4397 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()
356 peopleProjectionMap.put(People.TIMES_CONTACTED, People.TIMES_CONTACTED); in peopleProjectionMap.put()
1150 int TIMES_CONTACTED = 9; field