Searched refs:mNotifCallback (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | BubbleCoordinator.java | 82 mBubblesManagerOptional.ifPresent(manager -> manager.addNotifCallback(mNotifCallback)); in attach() 123 private final BubblesManager.NotifCallback mNotifCallback = new BubblesManager.NotifCallback() { field in BubbleCoordinator
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 183 private BubblesManager.NotifCallback mNotifCallback; field in BubblesTest 435 mBubblesManager.addNotifCallback(mNotifCallback); in setUp() 520 verify(mNotifCallback, times(1)).invalidateNotifications(anyString()); in testRemoveBubble() 525 verify(mNotifCallback, times(2)).invalidateNotifications(anyString()); in testRemoveBubble() 547 verify(mNotifCallback, never()).removeNotification(eq(mRow), any(), anyInt()); in testRemoveBubble_withDismissedNotif_inOverflow() 570 verify(mNotifCallback, times(1)).removeNotification(eq(mRow), in testRemoveBubble_withDismissedNotif_notInOverflow() 578 verify(mNotifCallback, times(1)).invalidateNotifications(anyString()); in testDismissStack() 581 verify(mNotifCallback, times(2)).invalidateNotifications(anyString()); in testDismissStack() 586 verify(mNotifCallback, times(3)).invalidateNotifications(anyString()); in testDismissStack() 1093 verify(mNotifCallback, times(1)).removeNotification( in testSummaryDismissalMarksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() [all …]
|