Searched refs:notificationEntryRemoved (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleDataTest.java | 155 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/ |
D | BubbleController.java | 426 mBubbleData.notificationEntryRemoved(bubble.entry, reason); in removeBubble() 463 mBubbleData.notificationEntryRemoved(entry, DISMISS_NOTIF_CANCEL);
|
D | BubbleData.java | 192 public void notificationEntryRemoved(NotificationEntry entry, @DismissReason int reason) { in notificationEntryRemoved() method in BubbleData
|