Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java171 if (shouldSuppressActiveNotification(ent)) { in updateNotificationViews()
262 && !shouldSuppressActiveNotification(entry)) { in updateNotificationViews()
336 private boolean shouldSuppressActiveNotification(NotificationEntry ent) { in shouldSuppressActiveNotification() method in NotificationViewHierarchyManager