Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java800 boolean isExemptFromDndVisualSuppression() { in isExemptFromDndVisualSuppression() method in NotificationEntry
839 if (isExemptFromDndVisualSuppression()) { in shouldSuppressVisualEffect()