Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java58 DISMISS_NOTIF_CANCEL, DISMISS_ACCESSIBILITY_ACTION, DISMISS_NO_LONGER_BUBBLE,
69 int DISMISS_NOTIF_CANCEL = 5; field
DBubbleLogger.java98 if (r == Bubbles.DISMISS_NOTIF_CANCEL) { in logOverflowRemove()
DBubbleController.java34 import static com.android.wm.shell.bubbles.Bubbles.DISMISS_NOTIF_CANCEL;
992 removeBubble(entry.getKey(), DISMISS_NOTIF_CANCEL); in onEntryRemoved() local
1125 if (reason == DISMISS_NOTIF_CANCEL) {
1131 || reason == DISMISS_NOTIF_CANCEL
DBubbleData.java537 && (reason == Bubbles.DISMISS_NOTIF_CANCEL in doRemove()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java343 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in testOverflow_notifCanceled_removesOverflowBubble()
467 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in test_collapsed_removeBubble_selectionChanges()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DNewNotifPipelineBubblesTest.java371 mRow.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in testRemoveBubble_withDismissedNotif_notInOverflow()
777 mBubbleController.removeBubble(mRow.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in removeBubble_notIntercepted()
DBubblesTest.java442 mRow.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in testCancelOverflowBubble()