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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DContactLoader.java179 Contacts.SEND_TO_VOICEMAIL,
251 public static final int SEND_TO_VOICEMAIL = 59; field in class:ContactLoader.ContactQuery
622 final boolean sendToVoicemail = cursor.getInt(ContactQuery.SEND_TO_VOICEMAIL) == 1;
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java435 Contacts.SEND_TO_VOICEMAIL // 8
446 private static final int SEND_TO_VOICEMAIL = 8; field in class:Contact.ContactsCache
468 Contacts.SEND_TO_VOICEMAIL // 5
932 contact.mSendToVoicemail = cursor.getInt(SEND_TO_VOICEMAIL) == 1;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1727 + RawContacts.SEND_TO_VOICEMAIL + ","
1763 int SEND_TO_VOICEMAIL = 8; field in interface:ContactAggregator.RawContactsQuery
1782 + Contacts.SEND_TO_VOICEMAIL + "=?, "
1798 + Contacts.SEND_TO_VOICEMAIL + ", "
1813 int SEND_TO_VOICEMAIL = 4; field in interface:ContactAggregator.ContactReplaceSqlStatement
1891 if (!c.isNull(RawContactsQuery.SEND_TO_VOICEMAIL)) {
1893 (c.getInt(RawContactsQuery.SEND_TO_VOICEMAIL) != 0);
1984 statement.bindLong(ContactReplaceSqlStatement.SEND_TO_VOICEMAIL,

Completed in 185 milliseconds