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