Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyContactImporter.java326 static int LAST_TIME_CONTACTED = 4; field
366 int LAST_TIME_CONTACTED = 5; field
391 int LAST_TIME_CONTACTED = 3; field
DContactsProvider2.java490 sContactsProjectionMap.put(Contacts.LAST_TIME_CONTACTED, Contacts.LAST_TIME_CONTACTED); in sContactsProjectionMap.put()
537 sRawContactsProjectionMap.put(RawContacts.LAST_TIME_CONTACTED, in sRawContactsProjectionMap.put()
585 sDataProjectionMap.put(Contacts.LAST_TIME_CONTACTED, Contacts.LAST_TIME_CONTACTED); in sDataProjectionMap.put()
697 sDistinctDataProjectionMap.put(Contacts.LAST_TIME_CONTACTED, Contacts.LAST_TIME_CONTACTED); in sDistinctDataProjectionMap.put()
740 sPhoneLookupProjectionMap.put(PhoneLookup.LAST_TIME_CONTACTED, in sPhoneLookupProjectionMap.put()
742 + " AS " + PhoneLookup.LAST_TIME_CONTACTED); in sPhoneLookupProjectionMap.put()
DLegacyApiSupport.java357 peopleProjectionMap.put(People.LAST_TIME_CONTACTED, People.LAST_TIME_CONTACTED); in peopleProjectionMap.put()
DContactAggregator.java1149 int LAST_TIME_CONTACTED = 8; field
DContactsProvider.java4398 peopleColumns.put(PeopleColumns.LAST_TIME_CONTACTED, People.LAST_TIME_CONTACTED); in peopleColumns.put()