Searched defs:SEND_TO_VOICEMAIL (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java424 Contacts.SEND_TO_VOICEMAIL // 8
435 private static final int SEND_TO_VOICEMAIL = 8; field in class:Contact.ContactsCache
457 Contacts.SEND_TO_VOICEMAIL // 5
889 contact.mSendToVoicemail = cursor.getInt(SEND_TO_VOICEMAIL) == 1;
/packages/apps/Contacts/src/com/android/contacts/
H A DContactLoader.java559 Contacts.SEND_TO_VOICEMAIL,
631 public final static int SEND_TO_VOICEMAIL = 62; field in class:ContactLoader.ContactQuery
859 final boolean sendToVoicemail = cursor.getInt(ContactQuery.SEND_TO_VOICEMAIL) == 1;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactAggregator.java1548 + RawContacts.SEND_TO_VOICEMAIL + ","
1580 int SEND_TO_VOICEMAIL = 8; field in interface:ContactAggregator.RawContactsQuery
1598 + Contacts.SEND_TO_VOICEMAIL + "=?, "
1612 + Contacts.SEND_TO_VOICEMAIL + ", "
1624 int SEND_TO_VOICEMAIL = 4; field in interface:ContactAggregator.ContactReplaceSqlStatement
1699 if (!c.isNull(RawContactsQuery.SEND_TO_VOICEMAIL)) {
1701 (c.getInt(RawContactsQuery.SEND_TO_VOICEMAIL) != 0);
1781 statement.bindLong(ContactReplaceSqlStatement.SEND_TO_VOICEMAIL,
H A DLegacyContactImporter.java378 static int SEND_TO_VOICEMAIL = 10; field in interface:LegacyContactImporter.PeopleQuery
397 RawContacts.SEND_TO_VOICEMAIL + "," +
413 int SEND_TO_VOICEMAIL = 6; field in interface:LegacyContactImporter.RawContactsInsert
429 Contacts.SEND_TO_VOICEMAIL + "," +
438 int SEND_TO_VOICEMAIL = 4; field in interface:LegacyContactImporter.ContactsInsert
545 insert.bindLong(RawContactsInsert.SEND_TO_VOICEMAIL,
546 c.getLong(PeopleQuery.SEND_TO_VOICEMAIL));
579 insert.bindLong(ContactsInsert.SEND_TO_VOICEMAIL,
580 c.getLong(PeopleQuery.SEND_TO_VOICEMAIL));

Completed in 726 milliseconds