Searched refs:removeBubble (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | IBubbles.aidl | 34 oneway void removeBubble(in String key) = 4;
|
H A D | BubbleTaskViewHelper.java | 154 mController.removeBubble(getBubbleKey(), Bubbles.DISMISS_INVALID_INTENT); 191 mController.removeBubble(mBubble.getKey(), Bubbles.DISMISS_TASK_FINISHED);
|
H A D | BubbleController.java | 152 void removeBubble(Bubble removedBubble); in removeBubble() method 1448 public void removeBubble(String key, int reason) { in removeBubble() method in BubbleController 1480 removeBubble(entry.getKey(), DISMISS_NO_LONGER_BUBBLE); in onEntryUpdated() 1494 removeBubble(bubbleChildren.get(i).getKey(), DISMISS_GROUP_CANCELLED); in onEntryRemoved() 1497 removeBubble(entry.getKey(), DISMISS_NOTIF_CANCEL); in onEntryRemoved() 1616 public void removeBubble(Bubble removedBubble) { 1618 mStackView.removeBubble(removedBubble); 1669 public void removeBubble(Bubble removedBubble) { 1760 mBubbleViewCallback.removeBubble(bubble); 2126 public void removeBubble(String key) { in removeBubble() method in BubbleController.IBubblesImpl [all …]
|
H A D | BubbleData.java | 553 final Consumer<Bubble> removeBubble = bubble -> in removeBubblesWithInvalidShortcuts() local 556 performActionOnBubblesMatching(getBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts() local 558 getOverflowBubbles(), invalidBubblesFromPackage, removeBubble); in removeBubblesWithInvalidShortcuts() local 566 final Consumer<Bubble> removeBubble = bubble -> in removeBubblesWithPackageName() local 569 performActionOnBubblesMatching(getBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName() local 570 performActionOnBubblesMatching(getOverflowBubbles(), bubbleMatchesPackage, removeBubble); in removeBubblesWithPackageName() local
|
H A D | BubbleExpandedView.java | 273 mController.removeBubble(getBubbleKey(), Bubbles.DISMISS_INVALID_INTENT); 315 mController.removeBubble(mBubble.getKey(), Bubbles.DISMISS_TASK_FINISHED);
|
H A D | BubbleStackView.java | 1810 void removeBubble(Bubble bubble) { in removeBubble() method in BubbleStackView
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 470 mBubbleController.removeBubble(bubbles.get(i).getKey(), in tearDown() 522 mBubbleController.removeBubble( in testRemoveBubble() 542 mBubbleController.removeBubble( in testRemoveBubble_withDismissedNotif_inOverflow() 564 mBubbleController.removeBubble( in testRemoveBubble_withDismissedNotif_notInOverflow() 750 mBubbleController.removeBubble( in testRemoveLastExpanded_collapses() 762 mBubbleController.removeBubble( in testRemoveLastExpanded_collapses() 788 mBubbleController.removeBubble( in testRemoveLastExpandedEmptyOverflow_collapses() 894 mBubbleController.removeBubble(mRow.getKey(), Bubbles.DISMISS_AGED); in testDeleteIntent_removeBubble_aged() 901 mBubbleController.removeBubble( in testDeleteIntent_removeBubble_user() 1621 mBubbleController.removeBubble( in testNonInterruptiveUpdate_doesntBubbleFromOverflow() [all …]
|