Searched refs:dismissBubbleWithKey (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDataTest.java | 230 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_USER_GESTURE); in testRemoveBubble() 352 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_USER_GESTURE); in testOverflow_maxReached_bubbleRemoved() 357 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_USER_GESTURE); in testOverflow_maxReached_bubbleRemoved() 378 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in testOverflow_notifCanceled_removesOverflowBubble() 463 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_collapsed_removeBubble_sort() 483 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_collapsed_removeOldestBubble_doesNotCallOnOrderChanged() 502 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in test_collapsed_removeBubble_selectionChanges() 596 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_collapsed_removeLastBubble_clearsSelectedBubble() 696 mBubbleData.dismissBubbleWithKey(mEntryB2.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_expanded_removeBubble() 720 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_expanded_removeBubble_selectionChanges_whenSelectedRemoved() [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleData.java | 478 public void dismissBubbleWithKey(String key, @DismissReason int reason) { in dismissBubbleWithKey() method in BubbleData 554 dismissBubbleWithKey(bubble.getKey(), reason); in removeBubblesWithInvalidShortcuts() 567 dismissBubbleWithKey(bubble.getKey(), reason); in removeBubblesWithPackageName()
|
H A D | BubbleController.java | 1260 mBubbleData.dismissBubbleWithKey(bubble.getKey(), reason); in dismissBubble() 1450 mBubbleData.dismissBubbleWithKey(key, reason); in removeBubble() 1527 mBubbleData.dismissBubbleWithKey(key, DISMISS_BLOCKED); in onRankingUpdated() 1535 mBubbleData.dismissBubbleWithKey(key, DISMISS_NO_BUBBLE_UP); in onRankingUpdated() 1555 mBubbleData.dismissBubbleWithKey(b.getKey(), DISMISS_NO_LONGER_BUBBLE); in onNotificationChannelModified()
|
H A D | BubbleStackView.java | 2686 mBubbleData.dismissBubbleWithKey(bubble.getKey(), Bubbles.DISMISS_USER_GESTURE); in dismissBubbleIfExists()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 1220 mBubbleData.dismissBubbleWithKey(shortcutBubbleEntry.getKey(), in testDeleteShortcutsDeletesXml() 1357 mBubbleData.dismissBubbleWithKey(entry.getKey(), in testNotificationChannelModified_channelUpdated_removesOverflowBubble() 1383 mBubbleData.dismissBubbleWithKey(entry.getKey(), in testNotificationChannelModified_channelDeleted_removesOverflowBubble() 1424 mBubbleData.dismissBubbleWithKey(mBubbleEntry.getKey(), REASON_APP_CANCEL); in testRegisterUnregisterBroadcastListener()
|