Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinatorTest.kt75 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 DOngoingCallControllerTest.kt226 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 DNotificationEntryManagerTest.java296 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 DNotificationListControllerTest.java89 mEntryListener.onEntryRemoved( in testCleanUpViewStateOnEntryRemoved()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java348 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 DNotificationGroupManagerLegacyTest.java129 mGroupManager.onEntryRemoved(childEntry); in testRemoveChildFromGroupWithSummary()
142 mGroupManager.onEntryRemoved(summaryEntry); in testRemoveSummaryFromGroupWithSummary()
282 mGroupManager.onEntryRemoved(priorityEntry); in helpTestAlertOverride()
H A DLightsOutNotifControllerTest.java225 mEntryListener.onEntryRemoved( in testEntryRemoved()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DForegroundServiceNotificationListener.java72 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 DNotificationEntryListener.java92 default void onEntryRemoved( in onEntryRemoved() method
H A DNotificationListController.java59 public void onEntryRemoved(
H A DNotificationEntryManager.java484 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 DNotifCollectionListener.java79 default void onEntryRemoved(@NonNull NotificationEntry entry, @CancellationReason int reason) { in onEntryRemoved() method
H A DNotifEvent.kt80 listener.onEntryRemoved(entry, reason)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputUriController.java75 public void onEntryRemoved(NotificationEntry entry, NotificationVisibility visibility,
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinator.kt48 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
H A DSmartspaceDedupingCoordinator.kt99 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
H A DRemoteInputCoordinator.kt110 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
H A DHeadsUpCoordinator.java150 public void onEntryRemoved(NotificationEntry entry, int reason) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java225 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 DLegacyNotificationPresenterExtensions.java62 public void onEntryRemoved( in ensureEntryListenerAdded()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifController.java179 public void onEntryRemoved(@Nullable NotificationEntry entry,
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java183 void onEntryRemoved(BubbleEntry entry); in onEntryRemoved() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpController.java98 public void onEntryRemoved(NotificationEntry entry, int reason) {
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DNewNotifPipelineBubblesTest.java781 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 DNotifCollectionTest.java285 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

12