Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java280 verify(mEntryListener).onEntryRemoved( in testRemoveNotification()
305 verify(mEntryListener, never()).onEntryRemoved( in testRemoveNotification_onEntryRemoveNotFiredIfEntryDoesntExist()
314 verify(mEntryListener, never()).onEntryRemoved( in testRemoveNotification_whilePending()
396 verify(mEntryListener, never()).onEntryRemoved( in testLifetimeExtenders_ifNotificationIsRetainedItIsntRemoved()
415 verify(mEntryListener).onEntryRemoved( in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved()
488 verify(mEntryListener, never()).onEntryRemoved(eq(mEntry), in testRemoveInterceptor_interceptsDontGetRemoved()
507 verify(mEntryListener, atLeastOnce()).onEntryRemoved(eq(mEntry), in testRemoveInterceptor_notInterceptedGetsRemoved()
DNotificationListControllerTest.java89 mEntryListener.onEntryRemoved( in testCleanUpViewStateOnEntryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionListener.java68 default void onEntryRemoved(@NonNull NotificationEntry entry, @CancellationReason int reason) { in onEntryRemoved() method
DNotifEvent.kt79 listener.onEntryRemoved(entry, reason) in dispatchToListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java74 public void onEntryRemoved( in ForegroundServiceNotificationListener()
96 public void onEntryRemoved(NotificationEntry entry, int reason) { in ForegroundServiceNotificationListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationGroupManagerTest.java117 mGroupManager.onEntryRemoved(childEntry); in testRemoveChildFromGroupWithSummary()
130 mGroupManager.onEntryRemoved(summaryEntry); in testRemoveSummaryFromGroupWithSummary()
DLightsOutNotifControllerTest.java209 mEntryListener.onEntryRemoved( in testEntryRemoved()
DNotificationGroupAlertTransferHelperTest.java259 mNotificationEntryListener.onEntryRemoved( in testCleanUpPendingAlertInfo()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryListener.java92 default void onEntryRemoved( in onEntryRemoved() method
DNotificationListController.java59 public void onEntryRemoved(
DNotificationEntryManager.java500 listener.onEntryRemoved(entry, visibility, removedByUser, reason); in removeNotificationInternal()
504 listener.onEntryRemoved(entry, REASON_UNKNOWN); in removeNotificationInternal()
814 mGroupManager.onEntryRemoved(removed); in removeVisibleNotification()
DConversationNotifications.kt138 override fun onEntryRemoved( in onEntryReinflated() method in com.android.systemui.statusbar.notification.ConversationNotificationManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputUriController.java75 public void onEntryRemoved(NotificationEntry entry, NotificationVisibility visibility,
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java538 public void onEntryRemoved( in setupNEM()
543 BubbleController.this.onEntryRemoved(entry); in setupNEM()
669 public void onEntryRemoved(NotificationEntry entry, in setupNotifPipeline()
671 BubbleController.this.onEntryRemoved(entry); in setupNotifPipeline()
1209 private void onEntryRemoved(NotificationEntry entry) { in onEntryRemoved() method in BubbleController
1488 mNotificationGroupManager.onEntryRemoved(entry); in handleSummaryDismissalInterception()
1503 mNotificationGroupManager.onEntryRemoved(summary); in handleSummaryDismissalInterception()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java224 public void onEntryRemoved( in NotificationLogger()
232 mExpansionStateLogger.onEntryRemoved(entry.getKey()); in NotificationLogger()
549 void onEntryRemoved(String key) { in onEntryRemoved() method in NotificationLogger.ExpansionStateLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLightsOutNotifController.java174 public void onEntryRemoved(@Nullable NotificationEntry entry,
DNotificationGroupAlertTransferHelper.java196 public void onEntryRemoved(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DHeadsUpController.java98 public void onEntryRemoved(NotificationEntry entry, int reason) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.java144 public void onEntryRemoved(NotificationEntry entry, int reason) {
DPreparationCoordinator.java141 public void onEntryRemoved(NotificationEntry entry, int reason) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java279 mListenerInOrder.verify(mCollectionListener).onEntryRemoved(entry, REASON_APP_CANCEL); in testEventDispatchedWhenNotifRemoved()
426 verify(mCollectionListener, never()).onEntryRemoved(eq(entry1), anyInt()); in testDismissedNotificationsDoNotTriggerRemovalEvents()
949 verify(mCollectionListener).onEntryRemoved(entry2, REASON_UNKNOWN); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire()
1291 verify(mCollectionListener, never()).onEntryRemoved(any(NotificationEntry.class), anyInt()); in testClearNotificationDoesntThrowIfMissing()
1310 verify(mCollectionListener, never()).onEntryRemoved(any(NotificationEntry.class), anyInt()); in testClearNotificationDoesntThrowIfInForgivenessWindow()
1363 public void onEntryRemoved(NotificationEntry entry, int reason) { in onEntryRemoved() method in NotifCollectionTest.RecordingCollectionListener
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinatorTest.java215 mCollectionListener.onEntryRemoved(mEntry, /* cancellation reason */ 0); in testOnEntryRemovedRemovesHeadsUpNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java766 mEntryListener.onEntryRemoved(mRow.getEntry(), null, false, REASON_APP_CANCEL); in testRemoveBubble_entryListenerRemove()
963 mEntryListener.onEntryRemoved(groupSummary.getEntry(), null, false, REASON_APP_CANCEL); in testAppRemovesSummary_removesAllBubbleChildren()
999 verify(mNotificationGroupManager, times(1)).onEntryRemoved(groupSummary.getEntry()); in testSummaryDismissal_marksBubblesHiddenFromShadeAndDismissesNonBubbledChildren()
DNewNotifPipelineBubbleControllerTest.java664 mEntryListener.onEntryRemoved(mRow.getEntry(), 0); in testRemoveBubble_entryListenerRemove()
808 mEntryListener.onEntryRemoved(groupSummary.getEntry(), 0); in testAppRemovesSummary_removesAllBubbleChildren()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
DPeopleHubNotificationListener.kt129 override fun onEntryRemoved( in extractPersonKey() method

12