Home
last modified time | relevance | path

Searched refs:performRemoveNotification (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java270 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/
DBubbleControllerTest.java323 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/
DNotificationEntryManager.java274 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/
DNotificationEntryManagerTest.java294 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/
DBubbleController.java601 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/
DStatusBarNotificationActivityStarter.java629 mEntryManager.performRemoveNotification(entry.getSbn(), REASON_CLICK); in createRemoveRunnable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java6629 mEntryManager.performRemoveNotification(