Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java819 boolean isSuppressedSummary = mBubbleData.isSummarySuppressed(groupKey); in isBubbleNotificationSuppressedFromShade()
825 if (mBubbleData.isSummarySuppressed(groupKey)) { in removeSuppressedSummaryIfNecessary()
1242 boolean isSuppressedSummary = mBubbleData.isSummarySuppressed(groupKey) in isSummaryOfBubbles()
H A DBubbleData.java417 public boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed() method in BubbleData
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java894 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
916 assertFalse(mBubbleData.isSummarySuppressed( in testAppRemovesSummary_removesAllBubbleChildren()
H A DBubblesTest.java1029 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1051 assertFalse(mBubbleData.isSummarySuppressed( in testAppRemovesSummary_removesAllBubbleChildren()