Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DNewNotifPipelineBubbleControllerTest.java677 boolean intercepted = mBubbleController.handleDismissalInterception(mRow.getEntry()); in removeBubble_intercepted()
700 boolean intercepted = mBubbleController.handleDismissalInterception(mRow.getEntry()); in removeBubble_dismissIntoOverflow_intercepted()
721 boolean intercepted = mBubbleController.handleDismissalInterception(mRow.getEntry()); in removeBubble_notIntercepted()
739 mBubbleController.handleDismissalInterception(mRow.getEntry()); in testNotifyShadeSuppressionChange_notificationDismiss()
785 mBubbleController.handleDismissalInterception(groupSummary.getEntry()); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
805 mBubbleController.handleDismissalInterception(groupSummary.getEntry()); in testAppRemovesSummary_removesAllBubbleChildren()
828 mBubbleController.handleDismissalInterception(groupSummary.getEntry()); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
DBubbleControllerTest.java940 mBubbleController.handleDismissalInterception(groupSummary.getEntry()); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
960 mBubbleController.handleDismissalInterception(groupSummary.getEntry()); in testAppRemovesSummary_removesAllBubbleChildren()
983 mBubbleController.handleDismissalInterception(groupSummary.getEntry()); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DBubbleCoordinator.java106 if (mBubbleController.handleDismissalInterception(entry)) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java574 return handleDismissalInterception(entry); in setupNEM()
1433 public boolean handleDismissalInterception(NotificationEntry entry) { in handleDismissalInterception() method in BubbleController