Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleLoggerImpl.java61 if (r == BubbleController.DISMISS_AGED) { in logOverflowAdd()
DBubbleData.java430 .ifPresent((b) -> doRemove(b.getKey(), BubbleController.DISMISS_AGED)); in trim()
526 || !(reason == BubbleController.DISMISS_AGED in overflowBubble()
DBubbleController.java133 @IntDef({DISMISS_USER_GESTURE, DISMISS_AGED, DISMISS_TASK_FINISHED, DISMISS_BLOCKED,
141 static final int DISMISS_AGED = 2; field in BubbleController
1106 bubble.inflate((b) -> mBubbleData.overflowBubble(DISMISS_AGED, bubble), in loadOverflowBubblesFromDisk()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java281 assertBubbleRemoved(mBubbleA1, BubbleController.DISMISS_AGED); in testOverflow_add_stackAtMaxBubbles_overflowsOldest()
289 assertBubbleRemoved(mBubbleA2, BubbleController.DISMISS_AGED); in testOverflow_add_stackAtMaxBubbles_overflowsOldest()
DNewNotifPipelineBubbleControllerTest.java620 mBubbleController.removeBubble(mRow.getEntry().getKey(), BubbleController.DISMISS_AGED); in testDeleteIntent_removeBubble_aged()
DBubbleControllerTest.java708 mBubbleController.removeBubble(mRow.getEntry().getKey(), BubbleController.DISMISS_AGED); in testDeleteIntent_removeBubble_aged()