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.java227 verify(mEntryManager).performRemoveNotification(eq(sbn), eq(REASON_CLICK)); in testOnNotificationClicked_keyGuardShowing()
256 verify(mEntryManager, never()).performRemoveNotification(eq(sbn), anyInt()); in testOnNotificationClicked_bubble_noContentIntent_noKeyGuard()
286 verify(mEntryManager, never()).performRemoveNotification(eq(sbn), anyInt()); in testOnNotificationClicked_bubble_noContentIntent_keyGuardShowing()
318 verify(mEntryManager, never()).performRemoveNotification(eq(sbn), anyInt()); in testOnNotificationClicked_bubble_withContentIntent_keyGuardShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java189 public void performRemoveNotification(StatusBarNotification n, int reason) { in performRemoveNotification() method in NotificationEntryManager
397 requireBinder().inflateViews(entry, () -> performRemoveNotification(notification, in addNotificationInternal()
439 requireBinder().inflateViews(entry, () -> performRemoveNotification(notification, in updateNotificationInternal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java251 verify(mNotificationEntryManager, times(1)).performRemoveNotification( in testRemoveBubble_withDismissedNotif()
599 verify(mNotificationEntryManager, never()).performRemoveNotification( in removeBubble_fails_clearAll()
620 verify(mNotificationEntryManager, never()).performRemoveNotification( in removeBubble_fails_userDismissNotif()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java711 mNotificationEntryManager.performRemoveNotification(
737 mNotificationEntryManager.performRemoveNotification(
750 mNotificationEntryManager.performRemoveNotification(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java487 () -> mEntryManager.performRemoveNotification(notification, REASON_CLICK); in removeNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java548 mEntryManager.performRemoveNotification(mSbn, REASON_CANCEL); in testPerformRemoveNotification_removedEntry()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java5525 mEntryManager.performRemoveNotification(