Home
last modified time | relevance | path

Searched refs:shouldSendToVoicemail (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DDirectToVoicemailFilter.java52 .setShouldAllowCall(!info.shouldSendToVoicemail) in startFilterLookup()
53 .setShouldReject(info.shouldSendToVoicemail) in startFilterLookup()
56 .setCallBlockReason(info.shouldSendToVoicemail ? in startFilterLookup()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DDirectToVoicemailFilterTest.java87 mCallerInfo.shouldSendToVoicemail = true; in testSendToVoicemail()
99 mCallerInfo.shouldSendToVoicemail = false; in testDontSendToVoicemail()
H A DBasicCallTests.java407 sendToVoicemailCallerInfo.shouldSendToVoicemail = true; in testIncomingCallFromContactWithSendToVoicemailIsRejected()
/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfo.java115 public boolean shouldSendToVoicemail; field in CallerInfo
287 info.shouldSendToVoicemail = (columnIndex != -1) && ((cursor.getInt(columnIndex)) == 1); in getCallerInfo()
537 .append("\nshouldSendToVoicemail: " + shouldSendToVoicemail) in toString()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCallerInfoCache.java73 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { in CacheEntry() argument
75 this.sendToVoicemail = shouldSendToVoicemail; in CacheEntry()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DCallerInfoIntegrationTest.java56 assertEquals(true, callerInfo.shouldSendToVoicemail); in testCallerInfo()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfo.java146 public boolean shouldSendToVoicemail; field in CallerInfo
326 info.shouldSendToVoicemail = (columnIndex != -1) && in getCallerInfo()
766 .append("\nshouldSendToVoicemail: " + shouldSendToVoicemail) in toString()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt87165 Lcom/android/internal/telephony/CallerInfo;->shouldSendToVoicemail:Z