Searched defs:shouldSendToVoicemail (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCallerInfo.java154 public boolean shouldSendToVoicemail; field in class:CallerInfo
314 info.shouldSendToVoicemail = (columnIndex != -1) &&
568 .append("\nshouldSendToVoicemail: " + shouldSendToVoicemail)
/packages/services/Telephony/src/com/android/phone/
H A DCallerInfoCache.java77 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { argument
79 this.sendToVoicemail = shouldSendToVoicemail;

Completed in 346 milliseconds