Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyContactImporter.java332 static int SEND_TO_VOICEMAIL = 10; field
367 int SEND_TO_VOICEMAIL = 6; field
392 int SEND_TO_VOICEMAIL = 4; field
DContactsProvider2.java497 sContactsProjectionMap.put(Contacts.SEND_TO_VOICEMAIL, Contacts.SEND_TO_VOICEMAIL); in sContactsProjectionMap.put()
540 sRawContactsProjectionMap.put(RawContacts.SEND_TO_VOICEMAIL, RawContacts.SEND_TO_VOICEMAIL); in sRawContactsProjectionMap.put()
584 sDataProjectionMap.put(Contacts.SEND_TO_VOICEMAIL, Contacts.SEND_TO_VOICEMAIL); in sDataProjectionMap.put()
696 sDistinctDataProjectionMap.put(Contacts.SEND_TO_VOICEMAIL, Contacts.SEND_TO_VOICEMAIL); in sDistinctDataProjectionMap.put()
755 sPhoneLookupProjectionMap.put(PhoneLookup.SEND_TO_VOICEMAIL, in sPhoneLookupProjectionMap.put()
757 + " AS " + PhoneLookup.SEND_TO_VOICEMAIL); in sPhoneLookupProjectionMap.put()
DLegacyApiSupport.java359 peopleProjectionMap.put(People.SEND_TO_VOICEMAIL, People.SEND_TO_VOICEMAIL); in peopleProjectionMap.put()
DContactAggregator.java1148 int SEND_TO_VOICEMAIL = 7; field
DContactsProvider.java4401 peopleColumns.put(PeopleColumns.SEND_TO_VOICEMAIL, People.SEND_TO_VOICEMAIL); in peopleColumns.put()