Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleLoggerImpl.java45 if (r == BubbleController.DISMISS_NOTIF_CANCEL) { in logOverflowRemove()
DBubbleController.java134 DISMISS_NOTIF_CANCEL, DISMISS_ACCESSIBILITY_ACTION, DISMISS_NO_LONGER_BUBBLE,
144 static final int DISMISS_NOTIF_CANCEL = 5; field in BubbleController
1221 removeBubble(entry.getKey(), DISMISS_NOTIF_CANCEL); in onEntryRemoved() local
1325 if (reason == DISMISS_NOTIF_CANCEL) {
1333 || reason == DISMISS_NOTIF_CANCEL
DBubbleData.java474 && (reason == BubbleController.DISMISS_NOTIF_CANCEL in doRemove()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java335 BubbleController.DISMISS_NOTIF_CANCEL); in testOverflow_notifCanceled_removesOverflowBubble()
463 mEntryA2.getKey(), BubbleController.DISMISS_NOTIF_CANCEL); in test_collapsed_removeBubble_selectionChanges()
DNewNotifPipelineBubbleControllerTest.java323 mRow.getEntry().getKey(), BubbleController.DISMISS_NOTIF_CANCEL); in testRemoveBubble_withDismissedNotif_notInOverflow()
717 mRow.getEntry().getKey(), BubbleController.DISMISS_NOTIF_CANCEL); in removeBubble_notIntercepted()
DBubbleControllerTest.java353 mRow.getEntry().getKey(), BubbleController.DISMISS_NOTIF_CANCEL); in testCancelOverflowBubble()