Searched refs:handleDismissalInterception (Results 1 – 6 of 6) sorted by relevance
793 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()
1020 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()1044 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testAppRemovesSummary_removesAllBubbleChildren()1067 mBubblesManager.handleDismissalInterception(groupSummary.getEntry()); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
111 && mBubblesManagerOptional.get().handleDismissalInterception(entry)) {
154 boolean handleDismissalInterception(BubbleEntry entry, @Nullable List<BubbleEntry> children, in handleDismissalInterception() method
1219 private boolean handleDismissalInterception(BubbleEntry entry, in handleDismissalInterception() method in BubbleController1565 public boolean handleDismissalInterception(BubbleEntry entry, in handleDismissalInterception() method in BubbleController.BubblesImpl1572 return BubbleController.this.handleDismissalInterception(entry, children, cb); in handleDismissalInterception()
455 return handleDismissalInterception(entry); in setupNEM()617 public boolean handleDismissalInterception(NotificationEntry entry) { in handleDismissalInterception() method in BubblesManager631 return mBubbles.handleDismissalInterception(notifToBubbleEntry(entry), bubbleChildren, in handleDismissalInterception()