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.java105 assertTrue(mEntry.isExemptFromDndVisualSuppression()); in testIsExemptFromDndVisualSuppression_foreground()
162 assertTrue(e1.isExemptFromDndVisualSuppression()); in testIsExemptFromDndVisualSuppression_media()
174 assertTrue(mEntry.isExemptFromDndVisualSuppression()); in testIsExemptFromDndVisualSuppression_system()
190 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
199 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
205 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
211 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
219 assertFalse(entry.isExemptFromDndVisualSuppression()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java803 boolean isExemptFromDndVisualSuppression() { in isExemptFromDndVisualSuppression() method in NotificationEntry
842 if (isExemptFromDndVisualSuppression()) { in shouldSuppressVisualEffect()