Home
last modified time | relevance | path

Searched refs:isExemptFromDndVisualSuppression (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationDataTest.java243 assertTrue(entry.isExemptFromDndVisualSuppression()); in testIsExemptFromDndVisualSuppression_foreground()
262 assertTrue(entry.isExemptFromDndVisualSuppression()); in testIsExemptFromDndVisualSuppression_media()
277 assertTrue(entry.isExemptFromDndVisualSuppression()); in testIsExemptFromDndVisualSuppression_system()
295 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
301 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
306 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
311 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
316 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java715 boolean isExemptFromDndVisualSuppression() { in isExemptFromDndVisualSuppression() method in NotificationEntry
734 if (isExemptFromDndVisualSuppression()) { in shouldSuppressVisualEffect()