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 95 private boolean mSendToVoicemail; // true if this contact should not put up notification
125 mSendToVoicemail = false;
248 return mSendToVoicemail;
677 if (orig.mSendToVoicemail != newContactData.mSendToVoicemail) {
726 c.mSendToVoicemail = entry.mSendToVoicemail;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ContactLoader.java 134 private final boolean mSendToVoicemail;
169 mSendToVoicemail = false;
211 mSendToVoicemail = sendToVoicemail;
249 mSendToVoicemail = from.mSendToVoicemail;
474 return mSendToVoicemail;
    [all...]

Completed in 50 milliseconds