Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1243 Bubble bubbleChild = mBubbleData.getAnyBubbleWithkey(child.getKey()); in handleSummaryDismissalInterception() local
1244 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()