Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java592 && mBubbleData.isSummarySuppressed(groupKey)) { in setupNEM()
614 if (mBubbleData.isSummarySuppressed(groupKey)) { in setupNEM()
994 boolean isSuppressedSummary = mBubbleData.isSummarySuppressed(groupKey); in isBubbleNotificationSuppressedFromShade()
1465 boolean isSuppressedSummary = (mBubbleData.isSummarySuppressed(groupKey) in isSummaryOfBubbles()
DBubbleData.java340 boolean isSummarySuppressed(String groupKey) { in isSummarySuppressed() method in BubbleData
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java790 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
812 assertFalse(mBubbleData.isSummarySuppressed( in testAppRemovesSummary_removesAllBubbleChildren()
DBubbleControllerTest.java945 assertTrue(mBubbleData.isSummarySuppressed(groupSummary.getEntry().getSbn().getGroupKey())); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
967 assertFalse(mBubbleData.isSummarySuppressed( in testAppRemovesSummary_removesAllBubbleChildren()