Home | History | Annotate | Download | only in phone

Lines Matching defs:sendToVoicemail

82         public final boolean sendToVoicemail;
85 this.sendToVoicemail = shouldSendToVoicemail;
90 return "ringtone: " + customRingtone + ", " + sendToVoicemail;
230 final boolean sendToVoicemail = cursor.getInt(INDEX_SEND_TO_VOICEMAIL) == 1;
235 newNumberToEntry, number, customRingtone, sendToVoicemail);
250 newNumberToEntry, key, customRingtone, sendToVoicemail);
284 String numberOrSipAddress, String customRingtone, boolean sendToVoicemail) {
289 if (!entry.sendToVoicemail && sendToVoicemail) {
291 new CacheEntry(customRingtone, sendToVoicemail));
295 new CacheEntry(customRingtone, sendToVoicemail));