Searched refs:mSendToVoicemail (Results 1 – 2 of 2) sorted by relevance
94 private boolean mSendToVoicemail; // true if this contact should not put up notification field in Contact124 mSendToVoicemail = false; in init()251 return mSendToVoicemail; in getSendToVoicemail()689 if (orig.mSendToVoicemail != newContactData.mSendToVoicemail) { in contactChanged()744 c.mSendToVoicemail = entry.mSendToVoicemail; in updateContact()913 contact.mSendToVoicemail = cursor.getInt(SEND_TO_VOICEMAIL) == 1; in fillPhoneTypeContact()917 + " SendToVoicemail: " + contact.mSendToVoicemail); in fillPhoneTypeContact()1022 entry.mSendToVoicemail = in getContactInfoForEmailAddress()
150 private final boolean mSendToVoicemail; field in ContactLoader.Result185 mSendToVoicemail = false; in Result()227 mSendToVoicemail = sendToVoicemail; in Result()265 mSendToVoicemail = from.mSendToVoicemail; in Result()517 return mSendToVoicemail; in isSendToVoicemail()