Home
last modified time | relevance | path

Searched refs:bubbleChild (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java1483 Bubble bubbleChild = mBubbleData.getAnyBubbleWithkey(child.getKey()); in handleSummaryDismissalInterception() local
1484 if (bubbleChild != null) { in handleSummaryDismissalInterception()
1486 .getPendingOrActiveNotif(bubbleChild.getKey()); in handleSummaryDismissalInterception()
1490 bubbleChild.setSuppressNotification(true); in handleSummaryDismissalInterception()
1491 bubbleChild.setShowDot(false /* show */); in handleSummaryDismissalInterception()