Searched refs:shouldSendToVoicemail (Results 1 - 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallerInfoIntegrationTest.java56 assertEquals(true, callerInfo.shouldSendToVoicemail);
/packages/services/Telephony/src/com/android/phone/
H A DCallerInfoCache.java83 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { argument
85 this.sendToVoicemail = shouldSendToVoicemail;
H A DCallNotifier.java826 if (ci.shouldSendToVoicemail) {
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallerInfo.java102 public boolean shouldSendToVoicemail; field in class:CallerInfo
229 info.shouldSendToVoicemail = (columnIndex != -1) &&
615 .append("\nshouldSendToVoicemail: " + shouldSendToVoicemail)

Completed in 123 milliseconds