Searched refs:bubbleChild (Results 1 – 1 of 1) sorted by relevance
1243 Bubble bubbleChild = mBubbleData.getAnyBubbleWithkey(child.getKey()); in handleSummaryDismissalInterception() local1244 if (bubbleChild != null) { in handleSummaryDismissalInterception()1245 mSysuiProxy.removeNotificationEntry(bubbleChild.getKey()); in handleSummaryDismissalInterception()1246 bubbleChild.setSuppressNotification(true); in handleSummaryDismissalInterception()1247 bubbleChild.setShowDot(false /* show */); in handleSummaryDismissalInterception()