Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallerInfoIntegrationTest.java55 assertEquals(true, callerInfo.shouldSendToVoicemail); in testCallerInfo()
/packages/apps/Phone/src/com/android/phone/
DCallerInfoCache.java83 public CacheEntry(String customRingtone, boolean shouldSendToVoicemail) { in CacheEntry() argument
85 this.sendToVoicemail = shouldSendToVoicemail; in CacheEntry()
DCallNotifier.java957 if (ci.shouldSendToVoicemail) { in onQueryComplete()