Searched refs:shouldSuppressAmbient (Results 1 – 4 of 4) sorted by relevance
240 assertFalse(entry.shouldSuppressAmbient()); in testIsExemptFromDndVisualSuppression_foreground()258 assertFalse(entry.shouldSuppressAmbient()); in testIsExemptFromDndVisualSuppression_media()272 assertFalse(entry.shouldSuppressAmbient()); in testIsExemptFromDndVisualSuppression_system()289 assertTrue(entry.shouldSuppressAmbient()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
105 if (getShadeController().isDozing() && entry.shouldSuppressAmbient()) { in shouldFilterOut()
278 if (entry.shouldSuppressAmbient()) { in shouldPulse()
838 public boolean shouldSuppressAmbient() { in shouldSuppressAmbient() method in NotificationEntry