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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DDirectToVoicemailCallFilterTest.java52 callerInfo.shouldSendToVoicemail = true;
69 callerInfo.shouldSendToVoicemail = false;
H A DBasicCallTests.java286 sendToVoicemailCallerInfo.shouldSendToVoicemail = true;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallerInfoIntegrationTest.java56 assertEquals(true, callerInfo.shouldSendToVoicemail);
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DDirectToVoicemailCallFilter.java46 if (info != null && info.shouldSendToVoicemail) {
/packages/services/Telephony/src/com/android/phone/
H A DCallerInfoCache.java77 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { argument
79 this.sendToVoicemail = shouldSendToVoicemail;
/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)

Completed in 381 milliseconds