Searched refs:isSummarySuppressed (Results 1 – 2 of 2) sorted by relevance
277 && mBubbleData.isSummarySuppressed(groupKey)) { in BubbleController()459 boolean isSuppressedSummary = mBubbleData.isSummarySuppressed(groupKey); in isBubbleNotificationSuppressedFromShade()545 boolean isSuppressedSummary = (mBubbleData.isSummarySuppressed(groupKey)730 if (mBubbleData.isSummarySuppressed(groupKey)
279 boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed() method in BubbleData