Home
last modified time | relevance | path

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

/packages/apps/Dialer/tests/src/com/android/dialer/filterednumber/
DFilteredNumbersUtilTest.java70 assertFalse(FilteredNumbersUtil.shouldBlockVoicemail(mContext, NORMALIZED_NUMBER, in testShouldBlockVoicemail_NotBlocked()
76 assertTrue(FilteredNumbersUtil.shouldBlockVoicemail(mContext, NORMALIZED_NUMBER, in testShouldBlockVoicemail_BlockedBeforeVoicemail()
82 assertFalse(FilteredNumbersUtil.shouldBlockVoicemail(mContext, NORMALIZED_NUMBER, in testShouldBlockVoicemail_BlockedAfterVoicemail()
88 assertTrue(FilteredNumbersUtil.shouldBlockVoicemail(mContext, NORMALIZED_NUMBER, in testShouldBlockVoicemail_BlockedSameTimeAsVoicemail()
94 assertTrue(FilteredNumbersUtil.shouldBlockVoicemail(mContext, NORMALIZED_NUMBER, in testShouldBlockVoicemail_BlockedInSameMinuteAsVoicemail()
105 assertFalse(FilteredNumbersUtil.shouldBlockVoicemail(mContext, NORMALIZED_NUMBER, in testShouldBlockVoicemail_AfterEmergencyCall()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DDefaultVoicemailNotifier.java125 if (FilteredNumbersUtil.shouldBlockVoicemail( in updateNotification()
/packages/apps/Dialer/src/com/android/dialer/filterednumber/
DFilteredNumbersUtil.java236 public static boolean shouldBlockVoicemail( in shouldBlockVoicemail() method in FilteredNumbersUtil