Home
last modified time | relevance | path

Searched refs:DISMISS_USER_ACCOUNT_REMOVED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java64 DISMISS_NO_BUBBLE_UP, DISMISS_RELOAD_FROM_DISK, DISMISS_USER_ACCOUNT_REMOVED,
85 int DISMISS_USER_ACCOUNT_REMOVED = 16; field
DBubbleData.java605 doRemove(b.getKey(), Bubbles.DISMISS_USER_ACCOUNT_REMOVED); in removeBubblesForUser()
681 || reason == Bubbles.DISMISS_USER_ACCOUNT_REMOVED; in doRemove()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java1173 Pair.create(mBubbleA2, Bubbles.DISMISS_USER_ACCOUNT_REMOVED)); in test_removeBubblesForUser()
1175 Pair.create(mBubbleA1, Bubbles.DISMISS_USER_ACCOUNT_REMOVED)); in test_removeBubblesForUser()