/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryManagerTest.java | 280 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()
|
D | NotificationListControllerTest.java | 89 mEntryListener.onEntryRemoved( in testCleanUpViewStateOnEntryRemoved()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | NotifCollectionListener.java | 68 default void onEntryRemoved(@NonNull NotificationEntry entry, @CancellationReason int reason) { in onEntryRemoved() method
|
D | NotifEvent.kt | 79 listener.onEntryRemoved(entry, reason) in dispatchToListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ForegroundServiceNotificationListener.java | 74 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/ |
D | NotificationGroupManagerTest.java | 117 mGroupManager.onEntryRemoved(childEntry); in testRemoveChildFromGroupWithSummary() 130 mGroupManager.onEntryRemoved(summaryEntry); in testRemoveSummaryFromGroupWithSummary()
|
D | LightsOutNotifControllerTest.java | 209 mEntryListener.onEntryRemoved( in testEntryRemoved()
|
D | NotificationGroupAlertTransferHelperTest.java | 259 mNotificationEntryListener.onEntryRemoved( in testCleanUpPendingAlertInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryListener.java | 92 default void onEntryRemoved( in onEntryRemoved() method
|
D | NotificationListController.java | 59 public void onEntryRemoved(
|
D | NotificationEntryManager.java | 500 listener.onEntryRemoved(entry, visibility, removedByUser, reason); in removeNotificationInternal() 504 listener.onEntryRemoved(entry, REASON_UNKNOWN); in removeNotificationInternal() 814 mGroupManager.onEntryRemoved(removed); in removeVisibleNotification()
|
D | ConversationNotifications.kt | 138 override fun onEntryRemoved( in onEntryReinflated() method in com.android.systemui.statusbar.notification.ConversationNotificationManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputUriController.java | 75 public void onEntryRemoved(NotificationEntry entry, NotificationVisibility visibility,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 538 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/ |
D | NotificationLogger.java | 224 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/ |
D | LightsOutNotifController.java | 174 public void onEntryRemoved(@Nullable NotificationEntry entry,
|
D | NotificationGroupAlertTransferHelper.java | 196 public void onEntryRemoved(
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | HeadsUpController.java | 98 public void onEntryRemoved(NotificationEntry entry, int reason) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HeadsUpCoordinator.java | 144 public void onEntryRemoved(NotificationEntry entry, int reason) {
|
D | PreparationCoordinator.java | 141 public void onEntryRemoved(NotificationEntry entry, int reason) {
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 279 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/ |
D | HeadsUpCoordinatorTest.java | 215 mCollectionListener.onEntryRemoved(mEntry, /* cancellation reason */ 0); in testOnEntryRemovedRemovesHeadsUpNotification()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleControllerTest.java | 766 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()
|
D | NewNotifPipelineBubbleControllerTest.java | 664 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/ |
D | PeopleHubNotificationListener.kt | 129 override fun onEntryRemoved( in extractPersonKey() method
|