Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java61 DISMISS_NOTIF_CANCEL, DISMISS_ACCESSIBILITY_ACTION, DISMISS_NO_LONGER_BUBBLE,
74 int DISMISS_NOTIF_CANCEL = 5; field
DBubbleLogger.java98 if (r == Bubbles.DISMISS_NOTIF_CANCEL) { in logOverflowRemove()
DBubbleController.java31 import static com.android.wm.shell.bubbles.Bubbles.DISMISS_NOTIF_CANCEL;
1452 mBubbleData.dismissBubbleWithKey(appBubbleKey, Bubbles.DISMISS_NOTIF_CANCEL); in showOrHideAppBubble()
1735 removeBubble(entry.getKey(), DISMISS_NOTIF_CANCEL); in onEntryRemoved() local
2030 if (reason == DISMISS_NOTIF_CANCEL
2037 || reason == DISMISS_NOTIF_CANCEL
DBubbleData.java674 boolean shouldRemoveHiddenBubble = reason == Bubbles.DISMISS_NOTIF_CANCEL in doRemove()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java398 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in testOverflow_notifCanceled_removesOverflowBubble()
581 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in test_collapsed_removeBubble_selectionChanges()
1278 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in testShowOverflowChanged_noOverflowBubbles()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java681 mRow.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in testRemoveBubble_withDismissedNotif_notInOverflow()
1102 mBubbleController.removeBubble(mRow.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in removeBubble_notIntercepted()
2365 mBubbleController.removeBubble(mRow.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in showBubbleOverflow_isEmpty()
2385 mBubbleController.removeBubble(mRow.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in showBubbleOverflow_ignored()