/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | ShadeEventCoordinatorTest.kt | 75 notifCollectionListener.onEntryRemoved(entry1, REASON_CANCEL) 85 notifCollectionListener.onEntryRemoved(entry1, REASON_APP_CANCEL) 93 notifCollectionListener.onEntryRemoved(entry1, REASON_CANCEL) 101 notifCollectionListener.onEntryRemoved(entry1, REASON_APP_CANCEL)
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
H A D | OngoingCallControllerTest.kt | 226 notifCollectionListener.onEntryRemoved(createOngoingCallNotifEntry(), REASON_USER_STOPPED) 237 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) 247 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) 264 notifCollectionListener.onEntryRemoved(removedEntryBuilder.build(), REASON_USER_STOPPED) 274 notifCollectionListener.onEntryRemoved(createNotCallNotifEntry(), REASON_USER_STOPPED) 333 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) 556 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED)
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManagerTest.java | 296 verify(mEntryListener).onEntryRemoved( in testRemoveNotification() 322 verify(mEntryListener, never()).onEntryRemoved( in testRemoveNotification_onEntryRemoveNotFiredIfEntryDoesntExist() 335 verify(mEntryListener, never()).onEntryRemoved( in testRemoveNotification_whilePending_onlyCollectionListenerNotified() 338 verify(mNotifCollectionListener).onEntryRemoved( in testRemoveNotification_whilePending_onlyCollectionListenerNotified() 447 verify(mEntryListener, never()).onEntryRemoved( in testLifetimeExtenders_ifNotificationIsRetainedItIsntRemoved() 466 verify(mEntryListener).onEntryRemoved( in testLifetimeExtenders_whenRetentionEndsNotificationIsRemoved() 540 verify(mEntryListener, never()).onEntryRemoved(eq(mEntry), in testRemoveInterceptor_interceptsDontGetRemoved() 559 verify(mEntryListener, atLeastOnce()).onEntryRemoved(eq(mEntry), in testRemoveInterceptor_notInterceptedGetsRemoved()
|
H A D | NotificationListControllerTest.java | 89 mEntryListener.onEntryRemoved( in testCleanUpViewStateOnEntryRemoved()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
H A D | BubblesManager.java | 348 mNotificationGroupManager.onEntryRemoved(entry); in BubblesManager() 425 public void onEntryRemoved(NotificationEntry entry, in setupNEM() 428 BubblesManager.this.onEntryRemoved(entry); in setupNEM() 545 public void onEntryRemoved(NotificationEntry entry, in setupNotifPipeline() 547 BubblesManager.this.onEntryRemoved(entry); in setupNotifPipeline() 569 void onEntryRemoved(NotificationEntry entry) { in onEntryRemoved() method in BubblesManager 570 mBubbles.onEntryRemoved(notifToBubbleEntry(entry)); in onEntryRemoved() 641 mNotificationGroupManager.onEntryRemoved(entry); in handleDismissalInterception()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | NotificationGroupManagerLegacyTest.java | 129 mGroupManager.onEntryRemoved(childEntry); in testRemoveChildFromGroupWithSummary() 142 mGroupManager.onEntryRemoved(summaryEntry); in testRemoveSummaryFromGroupWithSummary() 282 mGroupManager.onEntryRemoved(priorityEntry); in helpTestAlertOverride()
|
H A D | LightsOutNotifControllerTest.java | 225 mEntryListener.onEntryRemoved( in testEntryRemoved()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | ForegroundServiceNotificationListener.java | 72 public void onEntryRemoved( in ForegroundServiceNotificationListener() 93 public void onEntryRemoved(NotificationEntry entry, int reason) { in ForegroundServiceNotificationListener()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryListener.java | 92 default void onEntryRemoved( in onEntryRemoved() method
|
H A D | NotificationListController.java | 59 public void onEntryRemoved(
|
H A D | NotificationEntryManager.java | 484 listener.onEntryRemoved(pendingEntry, REASON_UNKNOWN); in removeNotificationInternal() 532 listener.onEntryRemoved(entry, visibility, removedByUser, reason); in removeNotificationInternal() 536 listener.onEntryRemoved(entry, REASON_UNKNOWN); in removeNotificationInternal() 849 mGroupManager.onEntryRemoved(removed); in removeVisibleNotification()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
H A D | NotifCollectionListener.java | 79 default void onEntryRemoved(@NonNull NotificationEntry entry, @CancellationReason int reason) { in onEntryRemoved() method
|
H A D | NotifEvent.kt | 80 listener.onEntryRemoved(entry, reason)
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputUriController.java | 75 public void onEntryRemoved(NotificationEntry entry, NotificationVisibility visibility,
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
H A D | ShadeEventCoordinator.kt | 48 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
|
H A D | SmartspaceDedupingCoordinator.kt | 99 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
|
H A D | RemoteInputCoordinator.kt | 110 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
|
H A D | HeadsUpCoordinator.java | 150 public void onEntryRemoved(NotificationEntry entry, int reason) {
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLogger.java | 225 public void onEntryRemoved( in NotificationLogger() 230 mExpansionStateLogger.onEntryRemoved(entry.getKey()); in NotificationLogger() 519 void onEntryRemoved(String key) { in onEntryRemoved() method in NotificationLogger.ExpansionStateLogger
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/ |
H A D | LegacyNotificationPresenterExtensions.java | 62 public void onEntryRemoved( in ensureEntryListenerAdded()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | LightsOutNotifController.java | 179 public void onEntryRemoved(@Nullable NotificationEntry entry,
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | Bubbles.java | 183 void onEntryRemoved(BubbleEntry entry); in onEntryRemoved() method
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
H A D | HeadsUpController.java | 98 public void onEntryRemoved(NotificationEntry entry, int reason) {
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | NewNotifPipelineBubblesTest.java | 781 mEntryListener.onEntryRemoved(mRow, 0); in testRemoveBubble_entryListenerRemove() 912 mEntryListener.onEntryRemoved(groupSummary.getEntry(), 0); in testAppRemovesSummary_removesAllBubbleChildren() 1013 mEntryListener.onEntryRemoved(mRow, REASON_APP_CANCEL); in testOverflowLoadedOnce() 1014 mEntryListener.onEntryRemoved(mRow2, REASON_APP_CANCEL); in testOverflowLoadedOnce()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotifCollectionTest.java | 285 mListenerInOrder.verify(mCollectionListener).onEntryRemoved(entry, REASON_APP_CANCEL); in testEventDispatchedWhenNotifRemoved() 430 verify(mCollectionListener, never()).onEntryRemoved(eq(entry1), anyInt()); in testDismissedNotificationsDoNotTriggerRemovalEvents() 970 verify(mCollectionListener).onEntryRemoved(entry2, REASON_UNKNOWN); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire() 1308 verify(mCollectionListener, never()).onEntryRemoved(any(NotificationEntry.class), anyInt()); in testClearNotificationDoesntThrowIfMissing() 1327 verify(mCollectionListener, never()).onEntryRemoved(any(NotificationEntry.class), anyInt()); in testClearNotificationDoesntThrowIfInForgivenessWindow() 1457 public void onEntryRemoved(NotificationEntry entry, int reason) { in onEntryRemoved() method in NotifCollectionTest.RecordingCollectionListener
|