Searched refs:shouldSuppressAmbient (Results 1 – 5 of 5) sorted by relevance
99 assertFalse(mEntry.shouldSuppressAmbient()); in testIsExemptFromDndVisualSuppression_foreground()115 assertFalse(e1.shouldSuppressAmbient()); in testIsExemptFromDndVisualSuppression_media()123 assertFalse(mEntry.shouldSuppressAmbient()); in testIsExemptFromDndVisualSuppression_system()139 assertTrue(entry.shouldSuppressAmbient()); in testIsNotExemptFromDndVisualSuppression_hiddenCategories()
68 if (mStatusBarStateController.isDozing() && entry.shouldSuppressAmbient()) {
117 if (mStatusBarStateController.isDozing() && entry.shouldSuppressAmbient()) { in shouldFilterOut()
289 if (entry.shouldSuppressAmbient()) { in shouldHeadsUpWhenDozing()
865 public boolean shouldSuppressAmbient() { in shouldSuppressAmbient() method in NotificationEntry