Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
H A DNotificationGroupManagerLegacy.java545 return sbn.getNotification().isGroupSummary() && isGroupSuppressed(getGroupKey(sbn)); in isSummaryOfSuppressedGroup()
580 private boolean isGroupSuppressed(String groupKey) { in isGroupSuppressed() method in NotificationGroupManagerLegacy