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 | 227 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/ |
D | NotificationEntryManager.java | 189 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/ |
D | BubbleControllerTest.java | 251 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/ |
D | BubbleController.java | 711 mNotificationEntryManager.performRemoveNotification( 737 mNotificationEntryManager.performRemoveNotification( 750 mNotificationEntryManager.performRemoveNotification(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationActivityStarter.java | 487 () -> mEntryManager.performRemoveNotification(notification, REASON_CLICK); in removeNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 548 mEntryManager.performRemoveNotification(mSbn, REASON_CANCEL); in testPerformRemoveNotification_removedEntry()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 5525 mEntryManager.performRemoveNotification(
|