Home
last modified time | relevance | path

Searched refs:dismissBubbleWithKey (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java250 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_USER_GESTURE); in testRemoveBubble()
372 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_USER_GESTURE); in testOverflow_maxReached_bubbleRemoved()
377 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_USER_GESTURE); in testOverflow_maxReached_bubbleRemoved()
398 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in testOverflow_notifCanceled_removesOverflowBubble()
403 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_GROUP_CANCELLED); in testOverflow_notifCanceled_removesOverflowBubble()
542 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_collapsed_removeBubble_sort()
562 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_collapsed_removeOldestBubble_doesNotCallOnOrderChanged()
581 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), Bubbles.DISMISS_NOTIF_CANCEL); in test_collapsed_removeBubble_selectionChanges()
675 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_collapsed_removeLastBubble_clearsSelectedBubble()
775 mBubbleData.dismissBubbleWithKey(mEntryB2.getKey(), Bubbles.DISMISS_USER_GESTURE); in test_expanded_removeBubble()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java1452 mBubbleData.dismissBubbleWithKey(appBubbleKey, Bubbles.DISMISS_NOTIF_CANCEL); in showOrHideAppBubble()
1474 mBubbleData.dismissBubbleWithKey(key, reason); in dismissBubble()
1688 mBubbleData.dismissBubbleWithKey(key, reason); in removeBubble()
1765 mBubbleData.dismissBubbleWithKey(key, DISMISS_BLOCKED); in onRankingUpdated()
1773 mBubbleData.dismissBubbleWithKey(key, DISMISS_NO_BUBBLE_UP); in onRankingUpdated()
1793 mBubbleData.dismissBubbleWithKey(b.getKey(), DISMISS_NO_LONGER_BUBBLE); in onNotificationChannelModified()
DBubbleData.java508 public void dismissBubbleWithKey(String key, @DismissReason int reason) { in dismissBubbleWithKey() method in BubbleData
581 dismissBubbleWithKey(bubble.getKey(), reason); in removeBubblesWithInvalidShortcuts()
594 dismissBubbleWithKey(bubble.getKey(), reason); in removeBubblesWithPackageName()
DBubbleStackView.java2984 mBubbleData.dismissBubbleWithKey(bubble.getKey(), Bubbles.DISMISS_USER_GESTURE); in dismissBubbleIfExists()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleStackViewTest.kt271 bubbleData.dismissBubbleWithKey(bubble1.key, Bubbles.DISMISS_USER_GESTURE) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java1336 mBubbleData.dismissBubbleWithKey(shortcutBubbleEntry.getKey(), in testDeleteShortcutsDeletesXml()
1475 mBubbleData.dismissBubbleWithKey(entry.getKey(), in testNotificationChannelModified_channelUpdated_removesOverflowBubble()
1501 mBubbleData.dismissBubbleWithKey(entry.getKey(), in testNotificationChannelModified_channelDeleted_removesOverflowBubble()
1542 mBubbleData.dismissBubbleWithKey(mBubbleEntry.getKey(), REASON_APP_CANCEL); in testRegisterUnregisterBroadcastListener()