Home
last modified time | relevance | path

Searched refs:shouldSuppressNotificationList (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java109 if (!getShadeController().isDozing() && entry.shouldSuppressNotificationList()) { in shouldFilterOut()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java273 && !mEntry.shouldSuppressNotificationList(); in showFlyoutForBubble()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java776 public boolean shouldSuppressNotificationList() { in shouldSuppressNotificationList() method in NotificationEntry