Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java212 return isGroupSuppressed(getGroupKey(sbn)) && sbn.getNotification().isGroupSummary(); in isSummaryOfSuppressedGroup()
236 private boolean isGroupSuppressed(String groupKey) { in isGroupSuppressed() method in NotificationGroupManager
405 if (!isGroupSuppressed(sbn.getGroupKey()) in handleSuppressedSummaryHeadsUpped()