/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupManagerTest.java | 112 mGroupManager.onEntryRemoved(childEntry); in testRemoveChildFromGroupWithSummary() 125 mGroupManager.onEntryRemoved(summaryEntry); in testRemoveSummaryFromGroupWithSummary()
|
D | NotificationGroupAlertTransferHelperTest.java | 237 mNotificationEntryListener.onEntryRemoved(childEntry, null, false); in testCleanUpPendingAlertInfo()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 363 verify(mEntryListener).onEntryRemoved( in testRemoveNotification() 376 verify(mEntryListener, never()).onEntryRemoved( in testRemoveNotification_onEntryRemoveNotFiredIfEntryDoesntExist() 389 verify(mEntryListener, never()).onEntryRemoved( in testRemoveNotification_whilePending() 473 verify(mEntryListener, never()).onEntryRemoved(eq(mEntry), any(), eq(false)); in testLifetimeExtenders_ifNotificationIsRetainedItIsntRemoved() 492 verify(mEntryListener).onEntryRemoved(eq(mEntry), any(), eq(false)); in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved() 566 verify(mEntryListener, never()).onEntryRemoved(eq(mEntry), in testRemoveInterceptor_interceptsDontGetRemoved() 585 verify(mEntryListener, atLeastOnce()).onEntryRemoved(eq(mEntry), in testRemoveInterceptor_notInterceptedGetsRemoved()
|
D | NotificationListControllerTest.java | 103 mEntryListener.onEntryRemoved( in testCleanUpViewStateOnEntryRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryListener.java | 100 default void onEntryRemoved( in onEntryRemoved() method
|
D | NotificationListController.java | 67 public void onEntryRemoved(
|
D | NotificationAlertingManager.java | 79 public void onEntryRemoved( in NotificationAlertingManager()
|
D | NotificationEntryManager.java | 334 listener.onEntryRemoved(entry, visibility, removedByUser); in removeNotificationInternal()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 212 public void onEntryRemoved( in NotificationLogger() 219 mExpansionStateLogger.onEntryRemoved(entry.key); in NotificationLogger() 477 void onEntryRemoved(String key) { in onEntryRemoved() method in NotificationLogger.ExpansionStateLogger
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceNotificationListener.java | 62 public void onEntryRemoved( in ForegroundServiceNotificationListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationGroupAlertTransferHelper.java | 210 public void onEntryRemoved(
|
D | StatusBarNotificationPresenter.java | 199 public void onEntryRemoved( in StatusBarNotificationPresenter()
|
D | NotificationGroupManager.java | 105 public void onEntryRemoved(NotificationEntry removed) { in onEntryRemoved() method in NotificationGroupManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 603 mNotificationGroupManager.onEntryRemoved(bubbleChild.getEntry()); in handleSummaryRemovalInterception() 611 mNotificationGroupManager.onEntryRemoved(summary); in handleSummaryRemovalInterception()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationData.java | 206 mGroupManager.onEntryRemoved(removed); in remove()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | ForegroundServiceControllerTest.java | 395 mEntryListener.onEntryRemoved(new NotificationEntry(notification), in entryRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 288 public void onEntryRemoved( in NotificationRemoteInputManager()
|
D | NotificationMediaManager.java | 206 public void onEntryRemoved( in NotificationMediaManager()
|