Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java241 assertFalse(mBubbleController.isBubbleNotificationSuppressedFromShade(mRow.getEntry().key)); in testRemoveBubble_withDismissedNotif()
283 assertFalse(mBubbleController.isBubbleNotificationSuppressedFromShade(mRow.getEntry().key)); in testExpandCollapseStack()
294 assertTrue(mBubbleController.isBubbleNotificationSuppressedFromShade(mRow.getEntry().key)); in testExpandCollapseStack()
313 assertFalse(mBubbleController.isBubbleNotificationSuppressedFromShade(mRow.getEntry().key)); in testCollapseAfterChangingExpandedBubble()
314 assertFalse(mBubbleController.isBubbleNotificationSuppressedFromShade( in testCollapseAfterChangingExpandedBubble()
325 assertTrue(mBubbleController.isBubbleNotificationSuppressedFromShade(mRow2.getEntry().key)); in testCollapseAfterChangingExpandedBubble()
331 assertTrue(mBubbleController.isBubbleNotificationSuppressedFromShade(mRow.getEntry().key)); in testCollapseAfterChangingExpandedBubble()
351 assertFalse(mBubbleController.isBubbleNotificationSuppressedFromShade(mRow.getEntry().key)); in testExpansionRemovesShowInShadeAndDot()
360 assertTrue(mBubbleController.isBubbleNotificationSuppressedFromShade(mRow.getEntry().key)); in testExpansionRemovesShowInShadeAndDot()
373 assertFalse(mBubbleController.isBubbleNotificationSuppressedFromShade(mRow.getEntry().key)); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java150 || mBubbleController.isBubbleNotificationSuppressedFromShade(ent.key)) { in updateNotificationViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java202 if (!getBubbleController().isBubbleNotificationSuppressedFromShade(key)) { in updateSuppression()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java454 public boolean isBubbleNotificationSuppressedFromShade(String key) { in isBubbleNotificationSuppressedFromShade() method in BubbleController