Home
last modified time | relevance | path

Searched refs:notificationEntryRemoved (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleDataTest.java155 mBubbleData.notificationEntryRemoved(mEntryA1, BubbleController.DISMISS_USER_GESTURE); in testRemoveBubble()
326 mBubbleData.notificationEntryRemoved(mEntryA2, BubbleController.DISMISS_USER_GESTURE); in test_collapsed_removeBubble_sortAndGrouping()
346 mBubbleData.notificationEntryRemoved(mEntryB1, BubbleController.DISMISS_USER_GESTURE); in test_collapsed_removeOldestBubble_doesNotCallOnOrderChanged()
366 mBubbleData.notificationEntryRemoved(mEntryA1, BubbleController.DISMISS_NOTIF_CANCEL); in test_collapsed_removeBubble_sortAndGrouping_withOngoing()
385 mBubbleData.notificationEntryRemoved(mEntryA2, BubbleController.DISMISS_NOTIF_CANCEL); in test_collapsed_removeBubble_selectionChanges()
476 mBubbleData.notificationEntryRemoved(mEntryA1, BubbleController.DISMISS_USER_GESTURE); in test_collapsed_removeLastBubble_clearsSelectedBubble()
630 mBubbleData.notificationEntryRemoved(mEntryB2, BubbleController.DISMISS_USER_GESTURE); in test_expanded_removeBubble_sortAndGrouping()
655 mBubbleData.notificationEntryRemoved(mEntryA2, BubbleController.DISMISS_USER_GESTURE); in test_expanded_removeBubble_selectionChanges_whenSelectedRemoved()
659 mBubbleData.notificationEntryRemoved(mEntryA1, BubbleController.DISMISS_USER_GESTURE); in test_expanded_removeBubble_selectionChanges_whenSelectedRemoved()
783 mBubbleData.notificationEntryRemoved(mEntryA1, BubbleController.DISMISS_USER_GESTURE); in test_expanded_removeLastBubble_collapsesStack()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java531 mBubbleData.notificationEntryRemoved(bubble.getEntry(), reason); in removeBubble()
585 mBubbleData.notificationEntryRemoved(entry, DISMISS_NOTIF_CANCEL);
631 mBubbleData.notificationEntryRemoved(bubbleChild.getEntry(), in handleSummaryRemovalInterception()
DBubbleData.java216 public void notificationEntryRemoved(NotificationEntry entry, @DismissReason int reason) { in notificationEntryRemoved() method in BubbleData