Searched refs:shouldSendToVoicemail (Results 1 – 6 of 6) sorted by relevance
133 public boolean shouldSendToVoicemail; field in CallerInfo300 info.shouldSendToVoicemail = (columnIndex != -1) && ((cursor.getInt(columnIndex)) == 1); in getCallerInfo()557 .append("\nshouldSendToVoicemail: " + shouldSendToVoicemail) in toString()
52 callerInfo.shouldSendToVoicemail = true; in testSendToVoicemail()69 callerInfo.shouldSendToVoicemail = false; in testDontSendToVoicemail()
319 sendToVoicemailCallerInfo.shouldSendToVoicemail = true; in testIncomingCallFromContactWithSendToVoicemailIsRejected()
77 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { in CacheEntry() argument79 this.sendToVoicemail = shouldSendToVoicemail; in CacheEntry()
56 assertEquals(true, callerInfo.shouldSendToVoicemail); in testCallerInfo()
47 if (info != null && info.shouldSendToVoicemail) { in startFilterLookup()