Searched refs:shouldSendToVoicemail (Results 1 – 3 of 3) sorted by relevance
55 assertEquals(true, callerInfo.shouldSendToVoicemail); in testCallerInfo()
83 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { in CacheEntry() argument85 this.sendToVoicemail = shouldSendToVoicemail; in CacheEntry()
957 if (ci.shouldSendToVoicemail) { in onQueryComplete()