Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java451 mRow.getKey(), DISMISS_NOTIF_CANCEL); in testCancelOverflowBubble() local
1163 mBubbleController.removeBubble(mBubbleEntry.getKey(), DISMISS_NOTIF_CANCEL); in testOverflowLoadedOnce() local
1164 mBubbleController.removeBubble(mBubbleEntry2.getKey(), DISMISS_NOTIF_CANCEL); in testOverflowLoadedOnce() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java66 int DISMISS_NOTIF_CANCEL = 5; field
H A DBubbleController.java1003 removeBubble(entry.getKey(), DISMISS_NOTIF_CANCEL); in onEntryRemoved() local