HomeSort by relevance Sort by last modified time
    Searched refs:mSendToVoicemail (Results 1 - 2 of 2) sorted by null

  /packages/apps/Mms/src/com/android/mms/data/
Contact.java 94 private boolean mSendToVoicemail; // true if this contact should not put up notification
124 mSendToVoicemail = false;
251 return mSendToVoicemail;
689 if (orig.mSendToVoicemail != newContactData.mSendToVoicemail) {
744 c.mSendToVoicemail = entry.mSendToVoicemail;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 150 private final boolean mSendToVoicemail;
185 mSendToVoicemail = false;
227 mSendToVoicemail = sendToVoicemail;
265 mSendToVoicemail = from.mSendToVoicemail;
517 return mSendToVoicemail;
    [all...]

Completed in 395 milliseconds