Home
last modified time | relevance | path

Searched refs:removeBubble (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java219 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_USER_GESTURE); in testRemoveBubble()
238 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_USER_GESTURE); in testRemoveBubble_withDismissedNotif()
372 mBubbleController.removeBubble(stackView.getExpandedBubbleView().getKey(), in testRemoveLastExpandedCollapses()
381 mBubbleController.removeBubble(stackView.getExpandedBubbleView().getKey(), in testRemoveLastExpandedCollapses()
527 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_AGED); in testDeleteIntent_removeBubble_aged()
534 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_USER_GESTURE); in testDeleteIntent_removeBubble_user()
625 mBubbleController.removeBubble(mRow.getEntry().key, BubbleController.DISMISS_USER_GESTURE); in removeBubble_succeeds_userDismissBubble_userDimissNotif()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java422 void removeBubble(String key, int reason) { in removeBubble() method in BubbleController
503 removeBubble(entry.key, DISMISS_NO_LONGER_BUBBLE);
546 mStackView.removeBubble(bubble);
DBubbleTouchHandler.java190 mController.removeBubble( in onTouch()
DBubbleExpandedView.java130 post(() -> mBubbleController.removeBubble(mEntry.key,
DBubbleStackView.java704 void removeBubble(Bubble bubble) { in removeBubble() method in BubbleStackView