Searched refs:performRemoveNotification (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | BubblesTest.java | 421 verify(mNotificationEntryManager, never()).performRemoveNotification( in testPromoteBubble_autoExpand() 452 verify(mNotificationEntryManager, times(1)).performRemoveNotification( in testCancelOverflowBubble() 465 verify(mNotificationEntryManager, never()).performRemoveNotification( in testUserChange_doesNotRemoveNotif() 967 verify(mNotificationEntryManager, times(1)).performRemoveNotification( in testOverflowBubble_maxReached_notInShade_bubbleRemoved() 1071 verify(mNotificationEntryManager, times(1)).performRemoveNotification( in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() 1074 verify(mNotificationEntryManager, times(1)).performRemoveNotification( in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() 1077 verify(mNotificationEntryManager, never()).performRemoveNotification( in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/ |
H A D | OnUserInteractionCallbackImplLegacy.java | 86 mNotificationEntryManager.performRemoveNotification( in onDismiss()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarterTest.java | 336 verify(mEntryManager, never()).performRemoveNotification(eq(sbn), any(), anyInt()); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing() 368 verify(mEntryManager, never()).performRemoveNotification(eq(sbn), any(), anyInt()); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 481 mNotificationEntryManager.performRemoveNotification(entry.getSbn(), in setupNEM() 499 mNotificationEntryManager.performRemoveNotification( in setupNEM() 522 mNotificationEntryManager.performRemoveNotification( in setupNEM()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManagerTest.java | 310 mEntryManager.performRemoveNotification(mSbn, mock(DismissedByUserStats.class), in testRemoveUninflatedNotification_removesNotificationFromAllNotifsList() 521 mEntryManager.performRemoveNotification(mSbn, mock(DismissedByUserStats.class), in testPerformRemoveNotification_removedEntry()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManager.java | 274 public void performRemoveNotification( in performRemoveNotification() method in NotificationEntryManager
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationMediaManager.java | 336 mEntryManager.performRemoveNotification(entry.getSbn(), in setupNEM()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
H A D | NotificationStackScrollLayoutController.java | 1466 mNotificationEntryManager.performRemoveNotification(
|