Home
last modified time | relevance | path

Searched defs:DISMISS_NOTIF_CANCEL (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java144 static final int DISMISS_NOTIF_CANCEL = 5; field in BubbleController
1221 removeBubble(entry.getKey(), DISMISS_NOTIF_CANCEL); in onEntryRemoved() local