Searched refs:shouldSendToVoicemail (Results 1 – 6 of 6) sorted by relevance
52 .setShouldAllowCall(!info.shouldSendToVoicemail) in startFilterLookup()53 .setShouldReject(info.shouldSendToVoicemail) in startFilterLookup()56 .setCallBlockReason(info.shouldSendToVoicemail ? in startFilterLookup()
115 public boolean shouldSendToVoicemail; field in CallerInfo287 info.shouldSendToVoicemail = (columnIndex != -1) && ((cursor.getInt(columnIndex)) == 1); in getCallerInfo()537 .append("\nshouldSendToVoicemail: " + shouldSendToVoicemail) in toString()
87 mCallerInfo.shouldSendToVoicemail = true; in testSendToVoicemail()99 mCallerInfo.shouldSendToVoicemail = false; in testDontSendToVoicemail()
383 sendToVoicemailCallerInfo.shouldSendToVoicemail = true; in testIncomingCallFromContactWithSendToVoicemailIsRejected()
73 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { in CacheEntry() argument75 this.sendToVoicemail = shouldSendToVoicemail; in CacheEntry()
56 assertEquals(true, callerInfo.shouldSendToVoicemail); in testCallerInfo()