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.java229 verify(mEntryManager).performRemoveNotification(eq(sbn), eq(REASON_CLICK)); in testOnNotificationClicked_keyGuardShowing()
258 verify(mEntryManager, never()).performRemoveNotification(eq(sbn), anyInt()); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()
288 verify(mEntryManager, never()).performRemoveNotification(eq(sbn), anyInt()); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()
320 verify(mEntryManager, never()).performRemoveNotification(eq(sbn), anyInt()); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java186 public void performRemoveNotification(StatusBarNotification n, int reason) { in performRemoveNotification() method in NotificationEntryManager
381 requireBinder().inflateViews(entry, () -> performRemoveNotification(notification, in addNotificationInternal()
423 requireBinder().inflateViews(entry, () -> performRemoveNotification(notification, in updateNotificationInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java242 verify(mNotificationEntryManager, times(1)).performRemoveNotification( in testRemoveBubble_withDismissedNotif()
590 verify(mNotificationEntryManager, never()).performRemoveNotification( in removeBubble_fails_clearAll()
611 verify(mNotificationEntryManager, never()).performRemoveNotification( in removeBubble_fails_userDismissNotif()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java488 () -> mEntryManager.performRemoveNotification(notification, REASON_CLICK); in removeNotification()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java551 mNotificationEntryManager.performRemoveNotification(bubble.entry.notification,
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java545 mEntryManager.performRemoveNotification(mSbn, REASON_CANCEL); in testPerformRemoveNotification_removedEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5537 mEntryManager.performRemoveNotification(