Searched refs:performRemoveNotification (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarterTest.java | 270 verify(mEntryManager).performRemoveNotification(eq(sbn), eq(REASON_CLICK)); in testOnNotificationClicked_keyGuardShowing() 299 verify(mEntryManager, never()).performRemoveNotification(eq(sbn), anyInt()); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard() 329 verify(mEntryManager, never()).performRemoveNotification(eq(sbn), anyInt()); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing() 361 verify(mEntryManager, never()).performRemoveNotification(eq(sbn), anyInt()); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleControllerTest.java | 323 verify(mNotificationEntryManager, never()).performRemoveNotification( in testPromoteBubble_autoExpand() 354 verify(mNotificationEntryManager, times(1)).performRemoveNotification( in testCancelOverflowBubble() 367 verify(mNotificationEntryManager, never()).performRemoveNotification( in testUserChange_doesNotRemoveNotif() 875 verify(mNotificationEntryManager, times(1)).performRemoveNotification( in testOverflowBubble_maxReached_notInShade_bubbleRemoved() 987 verify(mNotificationEntryManager, times(1)).performRemoveNotification( in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() 989 verify(mNotificationEntryManager, times(1)).performRemoveNotification( in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren() 991 verify(mNotificationEntryManager, never()).performRemoveNotification( in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManager.java | 274 public void performRemoveNotification(StatusBarNotification n, int reason) { in performRemoveNotification() method in NotificationEntryManager 595 () -> performRemoveNotification(notification, REASON_CANCEL), in addNotificationInternal() 655 () -> performRemoveNotification(notification, REASON_CANCEL), in updateNotificationInternal()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 294 mEntryManager.performRemoveNotification(mSbn, UNDEFINED_DISMISS_REASON); in testRemoveUninflatedNotification_removesNotificationFromAllNotifsList() 470 mEntryManager.performRemoveNotification(mSbn, REASON_CANCEL); in testPerformRemoveNotification_removedEntry()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 601 mNotificationEntryManager.performRemoveNotification(entry.getSbn(), reason); in setupNEM() 621 mNotificationEntryManager.performRemoveNotification(summary.getSbn(), in setupNEM() 643 mNotificationEntryManager.performRemoveNotification(summary.getSbn(), in setupNEM()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 629 mEntryManager.performRemoveNotification(entry.getSbn(), REASON_CLICK); in createRemoveRunnable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 6629 mEntryManager.performRemoveNotification(
|