Searched refs:DISMISS_AGED (Results 1 – 4 of 4) sorted by relevance
108 @IntDef({DISMISS_USER_GESTURE, DISMISS_AGED, DISMISS_TASK_FINISHED, DISMISS_BLOCKED,114 static final int DISMISS_AGED = 2; field in BubbleController
254 .ifPresent((b) -> doRemove(b.getKey(), BubbleController.DISMISS_AGED)); in trim()
181 assertBubbleRemoved(mBubbleA1, BubbleController.DISMISS_AGED); in test_collapsed_addBubble_atMaxBubbles_expiresOldest()
527 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_AGED); in testDeleteIntent_removeBubble_aged()