Searched refs:isBubbleNotificationSuppressedFromShade (Results 1 – 4 of 4) sorted by relevance
241 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 …]
150 || mBubbleController.isBubbleNotificationSuppressedFromShade(ent.key)) { in updateNotificationViews()
202 if (!getBubbleController().isBubbleNotificationSuppressedFromShade(key)) { in updateSuppression()
454 public boolean isBubbleNotificationSuppressedFromShade(String key) { in isBubbleNotificationSuppressedFromShade() method in BubbleController