Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java793 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_intercepted()
814 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_dismissIntoOverflow_intercepted()
833 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_notIntercepted()
846 mBubblesManager.handleDismissalInterception(mRow); in testNotifyShadeSuppressionChange_notificationDismiss()
885 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
909 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testAppRemovesSummary_removesAllBubbleChildren()
932 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
H A DBubblesTest.java1020 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()
1044 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testAppRemovesSummary_removesAllBubbleChildren()
1067 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DBubbleCoordinator.java111 && mBubblesManagerOptional.get().handleDismissalInterception(entry)) {
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java154 boolean handleDismissalInterception(BubbleEntry entry, @Nullable List<BubbleEntry> children, in handleDismissalInterception() method
H A DBubbleController.java1219 private boolean handleDismissalInterception(BubbleEntry entry, in handleDismissalInterception() method in BubbleController
1565 public boolean handleDismissalInterception(BubbleEntry entry, in handleDismissalInterception() method in BubbleController.BubblesImpl
1572 return BubbleController.this.handleDismissalInterception(entry, children, cb); in handleDismissalInterception()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java455 return handleDismissalInterception(entry); in setupNEM()
617 public boolean handleDismissalInterception(NotificationEntry entry) { in handleDismissalInterception() method in BubblesManager
631 return mBubbles.handleDismissalInterception(notifToBubbleEntry(entry), bubbleChildren, in handleDismissalInterception()