Searched refs:shouldSendToVoicemail (Results 1 – 6 of 6) sorted by relevance
61 callerInfo.shouldSendToVoicemail = true; in testSendToVoicemail()82 callerInfo.shouldSendToVoicemail = false; in testDontSendToVoicemail()
379 sendToVoicemailCallerInfo.shouldSendToVoicemail = true; in testIncomingCallFromContactWithSendToVoicemailIsRejected()
115 public boolean shouldSendToVoicemail; field in CallerInfo287 info.shouldSendToVoicemail = (columnIndex != -1) && ((cursor.getInt(columnIndex)) == 1); in getCallerInfo()537 .append("\nshouldSendToVoicemail: " + shouldSendToVoicemail) in toString()
73 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { in CacheEntry() argument75 this.sendToVoicemail = shouldSendToVoicemail; in CacheEntry()
56 assertEquals(true, callerInfo.shouldSendToVoicemail); in testCallerInfo()
48 if (info != null && info.shouldSendToVoicemail) { in startFilterLookup()