Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java116 DISMISS_NOTIF_CANCEL, DISMISS_ACCESSIBILITY_ACTION, DISMISS_NO_LONGER_BUBBLE,
125 static final int DISMISS_NOTIF_CANCEL = 5; field in BubbleController
585 mBubbleData.notificationEntryRemoved(entry, DISMISS_NOTIF_CANCEL);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java366 mBubbleData.notificationEntryRemoved(mEntryA1, BubbleController.DISMISS_NOTIF_CANCEL); in test_collapsed_removeBubble_sortAndGrouping_withOngoing()
385 mBubbleData.notificationEntryRemoved(mEntryA2, BubbleController.DISMISS_NOTIF_CANCEL); in test_collapsed_removeBubble_selectionChanges()