Searched refs:handleDismissalInterception (Results 1 – 5 of 5) sorted by relevance
108 && mBubblesManagerOptional.get().handleDismissalInterception(entry)) {
187 boolean handleDismissalInterception(BubbleEntry entry, @Nullable List<BubbleEntry> children, in handleDismissalInterception() method
2124 private boolean handleDismissalInterception(BubbleEntry entry, in handleDismissalInterception() method in BubbleController2659 public boolean handleDismissalInterception(BubbleEntry entry, in handleDismissalInterception() method in BubbleController.BubblesImpl2666 return BubbleController.this.handleDismissalInterception(entry, children, cb); in handleDismissalInterception()
530 public boolean handleDismissalInterception(NotificationEntry entry) { in handleDismissalInterception() method in BubblesManager544 return mBubbles.handleDismissalInterception(notifToBubbleEntry(entry), bubbleChildren, in handleDismissalInterception()
1066 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_intercepted()1087 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_dismissIntoOverflow_intercepted()1106 boolean intercepted = mBubblesManager.handleDismissalInterception(mRow); in removeBubble_notIntercepted()1119 mBubblesManager.handleDismissalInterception(mRow); in testNotifyShadeSuppressionChange_notificationDismiss()1158 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()1182 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testAppRemovesSummary_removesAllBubbleChildren()1205 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()