Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java183 mBubbleData.dismissBubbleWithKey( in testRemoveBubble()
306 mBubbleData.dismissBubbleWithKey( in testOverflow_maxReached_bubbleRemoved()
312 mBubbleData.dismissBubbleWithKey( in testOverflow_maxReached_bubbleRemoved()
334 mBubbleData.dismissBubbleWithKey(mEntryA1.getKey(), in testOverflow_notifCanceled_removesOverflowBubble()
340 mBubbleData.dismissBubbleWithKey(mEntryA2.getKey(), in testOverflow_notifCanceled_removesOverflowBubble()
421 mBubbleData.dismissBubbleWithKey( in test_collapsed_removeBubble_sort()
442 mBubbleData.dismissBubbleWithKey( in test_collapsed_removeOldestBubble_doesNotCallOnOrderChanged()
462 mBubbleData.dismissBubbleWithKey( in test_collapsed_removeBubble_selectionChanges()
537 mBubbleData.dismissBubbleWithKey( in test_collapsed_removeLastBubble_clearsSelectedBubble()
638 mBubbleData.dismissBubbleWithKey( in test_expanded_removeBubble()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java302 public void dismissBubbleWithKey(String key, @DismissReason int reason) { in dismissBubbleWithKey() method in BubbleData
390 dismissBubbleWithKey(bubble.getKey(), reason); in removeBubblesWithInvalidShortcuts()
403 dismissBubbleWithKey(bubble.getKey(), reason); in removeBubblesWithPackageName()
DBubbleController.java1185 mBubbleData.dismissBubbleWithKey(key, reason); in removeBubble()
1243 mBubbleData.dismissBubbleWithKey(entry.getKey(), in onRankingUpdated()
DBubbleStackView.java2315 mBubbleData.dismissBubbleWithKey( in dismissBubbleIfExists()