Home
last modified time | relevance | path

Searched refs:onEntryRemoved (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupManagerTest.java112 mGroupManager.onEntryRemoved(childEntry); in testRemoveChildFromGroupWithSummary()
125 mGroupManager.onEntryRemoved(summaryEntry); in testRemoveSummaryFromGroupWithSummary()
DNotificationGroupAlertTransferHelperTest.java237 mNotificationEntryListener.onEntryRemoved(childEntry, null, false); in testCleanUpPendingAlertInfo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java363 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()
DNotificationListControllerTest.java103 mEntryListener.onEntryRemoved( in testCleanUpViewStateOnEntryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryListener.java100 default void onEntryRemoved( in onEntryRemoved() method
DNotificationListController.java67 public void onEntryRemoved(
DNotificationAlertingManager.java79 public void onEntryRemoved( in NotificationAlertingManager()
DNotificationEntryManager.java334 listener.onEntryRemoved(entry, visibility, removedByUser); in removeNotificationInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java212 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/
DForegroundServiceNotificationListener.java62 public void onEntryRemoved( in ForegroundServiceNotificationListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupAlertTransferHelper.java210 public void onEntryRemoved(
DStatusBarNotificationPresenter.java199 public void onEntryRemoved( in StatusBarNotificationPresenter()
DNotificationGroupManager.java105 public void onEntryRemoved(NotificationEntry removed) { in onEntryRemoved() method in NotificationGroupManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java603 mNotificationGroupManager.onEntryRemoved(bubbleChild.getEntry()); in handleSummaryRemovalInterception()
611 mNotificationGroupManager.onEntryRemoved(summary); in handleSummaryRemovalInterception()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationData.java206 mGroupManager.onEntryRemoved(removed); in remove()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java395 mEntryListener.onEntryRemoved(new NotificationEntry(notification), in entryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java288 public void onEntryRemoved( in NotificationRemoteInputManager()
DNotificationMediaManager.java206 public void onEntryRemoved( in NotificationMediaManager()