Searched refs:handleDismissalInterception (Results 1 – 4 of 4) sorted by relevance
677 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()
940 mBubbleController.handleDismissalInterception(groupSummary.getEntry()); in testBubbleSummaryDismissal_suppressesSummaryAndBubbleFromShade()960 mBubbleController.handleDismissalInterception(groupSummary.getEntry()); in testAppRemovesSummary_removesAllBubbleChildren()983 mBubbleController.handleDismissalInterception(groupSummary.getEntry()); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
106 if (mBubbleController.handleDismissalInterception(entry)) {
574 return handleDismissalInterception(entry); in setupNEM()1433 public boolean handleDismissalInterception(NotificationEntry entry) { in handleDismissalInterception() method in BubbleController