Searched refs:handleDismissalInterception (Results 1 – 5 of 5) sorted by relevance
108 && mBubblesManagerOptional.get().handleDismissalInterception(entry)) {
186 boolean handleDismissalInterception(BubbleEntry entry, @Nullable List<BubbleEntry> children, in handleDismissalInterception() method
1862 private boolean handleDismissalInterception(BubbleEntry entry, in handleDismissalInterception() method in BubbleController2334 public boolean handleDismissalInterception(BubbleEntry entry, in handleDismissalInterception() method in BubbleController.BubblesImpl2341 return BubbleController.this.handleDismissalInterception(entry, children, cb); in handleDismissalInterception()
950 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_intercepted()971 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_dismissIntoOverflow_intercepted()990 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_notIntercepted()1003 mBubblesManager.handleDismissalInterception(mRow); in testNotifyShadeSuppressionChange_notificationDismiss()1042 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()1066 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testAppRemovesSummary_removesAllBubbleChildren()1089 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
470 public boolean handleDismissalInterception(NotificationEntry entry) { in handleDismissalInterception() method in BubblesManager484 return mBubbles.handleDismissalInterception(notifToBubbleEntry(entry), bubbleChildren, in handleDismissalInterception()