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.java183 Contacts.SEND_TO_VOICEMAIL,
255 public static final int SEND_TO_VOICEMAIL = 62; field in class:ContactLoader.ContactQuery
619 final boolean sendToVoicemail = cursor.getInt(ContactQuery.SEND_TO_VOICEMAIL) == 1;
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java427 Contacts.SEND_TO_VOICEMAIL // 8
438 private static final int SEND_TO_VOICEMAIL = 8; field in class:Contact.ContactsCache
460 Contacts.SEND_TO_VOICEMAIL // 5
922 contact.mSendToVoicemail = cursor.getInt(SEND_TO_VOICEMAIL) == 1;
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java1726 + RawContacts.SEND_TO_VOICEMAIL + ","
1762 int SEND_TO_VOICEMAIL = 8; field in interface:ContactAggregator.RawContactsQuery
1781 + Contacts.SEND_TO_VOICEMAIL + "=?, "
1797 + Contacts.SEND_TO_VOICEMAIL + ", "
1812 int SEND_TO_VOICEMAIL = 4; field in interface:ContactAggregator.ContactReplaceSqlStatement
1890 if (!c.isNull(RawContactsQuery.SEND_TO_VOICEMAIL)) {
1892 (c.getInt(RawContactsQuery.SEND_TO_VOICEMAIL) != 0);
1979 statement.bindLong(ContactReplaceSqlStatement.SEND_TO_VOICEMAIL,

Completed in 163 milliseconds