Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java360 verify(mEntryListener).onEntryRemoved( in testRemoveNotification()
373 verify(mEntryListener, never()).onEntryRemoved( in testRemoveNotification_onEntryRemoveNotFiredIfEntryDoesntExist()
386 verify(mEntryListener, never()).onEntryRemoved( in testRemoveNotification_whilePending()
470 verify(mEntryListener, never()).onEntryRemoved(eq(mEntry), any(), eq(false)); in testLifetimeExtenders_ifNotificationIsRetainedItIsntRemoved()
489 verify(mEntryListener).onEntryRemoved(eq(mEntry), any(), eq(false)); in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved()
563 verify(mEntryListener, never()).onEntryRemoved(eq(mEntry), in testRemoveInterceptor_interceptsDontGetRemoved()
582 verify(mEntryListener, atLeastOnce()).onEntryRemoved(eq(mEntry), in testRemoveInterceptor_notInterceptedGetsRemoved()
DNotificationListControllerTest.java103 mEntryListener.onEntryRemoved( in testCleanUpViewStateOnEntryRemoved()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupManagerTest.java114 mGroupManager.onEntryRemoved(childEntry); in testRemoveChildFromGroupWithSummary()
127 mGroupManager.onEntryRemoved(summaryEntry); in testRemoveSummaryFromGroupWithSummary()
DNotificationGroupAlertTransferHelperTest.java240 mNotificationEntryListener.onEntryRemoved(childEntry, null, false); in testCleanUpPendingAlertInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryListener.java98 default void onEntryRemoved( in onEntryRemoved() method
DNotificationListController.java67 public void onEntryRemoved(
DNotificationAlertingManager.java85 public void onEntryRemoved( in NotificationAlertingManager()
DNotificationEntryManager.java318 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()
472 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.java221 public void onEntryRemoved(
DNotificationGroupManager.java100 public void onEntryRemoved(NotificationEntry removed) { in onEntryRemoved() method in NotificationGroupManager
DStatusBarNotificationPresenter.java200 public void onEntryRemoved( in StatusBarNotificationPresenter()
/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.java284 public void onEntryRemoved( in NotificationRemoteInputManager()
DNotificationMediaManager.java189 public void onEntryRemoved( in NotificationMediaManager()