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/
DNotificationEntryTest.java98 assertTrue(mEntry.isExemptFromDndVisualSuppression()); in testIsExemptFromDndVisualSuppression_foreground()
114 assertTrue(e1.isExemptFromDndVisualSuppression()); in testIsExemptFromDndVisualSuppression_media()
122 assertTrue(mEntry.isExemptFromDndVisualSuppression()); in testIsExemptFromDndVisualSuppression_system()
138 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
147 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
153 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
159 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
167 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java812 boolean isExemptFromDndVisualSuppression() { in isExemptFromDndVisualSuppression() method in NotificationEntry
831 if (isExemptFromDndVisualSuppression()) { in shouldSuppressVisualEffect()