Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java807 boolean isSuppressedSummary = mBubbleData.isSummarySuppressed(groupKey); in isBubbleNotificationSuppressedFromShade()
813 if (mBubbleData.isSummarySuppressed(groupKey)) { in removeSuppressedSummaryIfNecessary()
1228 boolean isSuppressedSummary = mBubbleData.isSummarySuppressed(groupKey) in isSummaryOfBubbles()
DBubbleData.java416 public boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed() method in BubbleData
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DNewNotifPipelineBubblesTest.java842 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
864 assertFalse(mBubbleData.isSummarySuppressed( in testAppRemovesSummary_removesAllBubbleChildren()
DBubblesTest.java1030 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1052 assertFalse(mBubbleData.isSummarySuppressed( in testAppRemovesSummary_removesAllBubbleChildren()