Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java218 doRemove(key, BubbleController.DISMISS_BLOCKED); in notificationRankingUpdated()
559 mStateChange.bubbleRemoved(bubble, BubbleController.DISMISS_BLOCKED); in onBubbleBlocked()
DBubbleController.java108 @IntDef({DISMISS_USER_GESTURE, DISMISS_AGED, DISMISS_TASK_FINISHED, DISMISS_BLOCKED,
116 static final int DISMISS_BLOCKED = 4; field in BubbleController