Searched refs:mSendToVoicemail (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java89 private final boolean mSendToVoicemail; field in class:Contact
124 mSendToVoicemail = false;
166 mSendToVoicemail = sendToVoicemail;
204 mSendToVoicemail = from.mSendToVoicemail;
459 return mSendToVoicemail;
/packages/apps/Mms/src/com/android/mms/data/
H A DContact.java94 private boolean mSendToVoicemail; // true if this contact should not put up notification field in class:Contact
124 mSendToVoicemail = false;
251 return mSendToVoicemail;
689 if (orig.mSendToVoicemail != newContactData.mSendToVoicemail) {
744 c.mSendToVoicemail = entry.mSendToVoicemail;
913 contact.mSendToVoicemail = cursor.getInt(SEND_TO_VOICEMAIL) == 1;
917 + " SendToVoicemail: " + contact.mSendToVoicemail);
1022 entry.mSendToVoicemail
[all...]

Completed in 43 milliseconds