Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java161 if (shouldSuppressActiveNotification(ent)) { in updateNotificationViews()
252 && !shouldSuppressActiveNotification(entry)) { in updateNotificationViews()
326 private boolean shouldSuppressActiveNotification(NotificationEntry ent) { in shouldSuppressActiveNotification() method in NotificationViewHierarchyManager