Searched refs:shouldBlockVoicemail (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Dialer/tests/src/com/android/dialer/filterednumber/ |
D | FilteredNumbersUtilTest.java | 70 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/ |
D | DefaultVoicemailNotifier.java | 125 if (FilteredNumbersUtil.shouldBlockVoicemail( in updateNotification()
|
/packages/apps/Dialer/src/com/android/dialer/filterednumber/ |
D | FilteredNumbersUtil.java | 236 public static boolean shouldBlockVoicemail( in shouldBlockVoicemail() method in FilteredNumbersUtil
|