Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java277 && mBubbleData.isSummarySuppressed(groupKey)) { in BubbleController()
459 boolean isSuppressedSummary = mBubbleData.isSummarySuppressed(groupKey); in isBubbleNotificationSuppressedFromShade()
545 boolean isSuppressedSummary = (mBubbleData.isSummarySuppressed(groupKey)
730 if (mBubbleData.isSummarySuppressed(groupKey)
DBubbleData.java279 boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed() method in BubbleData