Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1257 boolean isSuppressedSummary = mBubbleData.isSummarySuppressed(groupKey); in isBubbleNotificationSuppressedFromShade()
2147 boolean isSuppressedSummary = mBubbleData.isSummarySuppressed(groupKey) in isSummaryOfBubbles()
DBubbleData.java550 public boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed() method in BubbleData
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1167 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1189 assertFalse(mBubbleData.isSummarySuppressed( in testAppRemovesSummary_removesAllBubbleChildren()