Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DShadeEventCoordinatorTest.kt81 notifCollectionListener.onEntryRemoved(entry1, REASON_CANCEL) in testUserCancelLastNotification()
91 notifCollectionListener.onEntryRemoved(entry1, REASON_APP_CANCEL) in testAppCancelLastNotification()
99 notifCollectionListener.onEntryRemoved(entry1, REASON_CANCEL) in testUserCancelOneOfTwoNotifications()
107 notifCollectionListener.onEntryRemoved(entry1, REASON_APP_CANCEL) in testAppCancelOneOfTwoNotifications()
DMediaCoordinatorTest.java172 mListener.onEntryRemoved(mMediaEntry, NotificationListenerService.REASON_CANCEL); in inflateMediaNotificationIconsMediaEnabled()
DSmartspaceDedupingCoordinatorTest.kt373 collectionListener.onEntryRemoved(entry, 0) in removeEntries()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallControllerTest.kt260 notifCollectionListener.onEntryRemoved(createOngoingCallNotifEntry(), REASON_USER_STOPPED) in onEntryRemoved_callNotifNeverAddedBeforehand_listenerNotNotified()
271 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) in onEntryRemoved_callNotifAddedThenRemoved_listenerNotified()
281 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) in onEntryUpdated_callNotifAddedThenRemoved_windowControllerUpdated()
298 notifCollectionListener.onEntryRemoved(removedEntryBuilder.build(), REASON_USER_STOPPED) in onEntryRemoved_removedNotifHasSameKeyAsAddedNotif_listenerNotified()
308 notifCollectionListener.onEntryRemoved(createNotCallNotifEntry(), REASON_USER_STOPPED) in onEntryRemoved_notifKeyDoesNotMatchOngoingCallNotif_listenerNotNotified()
367 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) in hasOngoingCall_ongoingCallNotifSentThenRemoved_returnsFalse()
590 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED) in callEndedWhileInImmersiveMode_swipeGestureCallbackRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionListener.java81 default void onEntryRemoved(@NonNull NotificationEntry entry, @CancellationReason int reason) { in onEntryRemoved() method
DNotifEvent.kt82 listener.onEntryRemoved(entry, reason) in dispatchToListener()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryListener.java94 default void onEntryRemoved( in onEntryRemoved() method
DConversationNotifications.kt203 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) = in onRankingUpdate() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputUriController.java76 public void onEntryRemoved(@NonNull NotificationEntry entry, int reason) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DShadeEventCoordinator.kt51 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) { in onEntryRemoved() method in com.android.systemui.statusbar.notification.collection.coordinator.ShadeEventCoordinator
DSmartspaceDedupingCoordinator.kt89 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinator
DRemoteInputCoordinator.kt109 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) { in onEntryRemoved() method
DKeyguardCoordinator.kt248 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinator
DPreparationCoordinator.java181 public void onEntryRemoved(NotificationEntry entry, int reason) {
DHeadsUpCoordinator.kt465 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinator
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java385 public void onEntryRemoved(NotificationEntry entry, in setupNotifPipeline()
388 BubblesManager.this.onEntryRemoved(entry); in setupNotifPipeline()
425 void onEntryRemoved(NotificationEntry entry) { in onEntryRemoved() method in BubblesManager
426 mBubbles.onEntryRemoved(notifToBubbleEntry(entry)); in onEntryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java231 public void onEntryRemoved(@NonNull NotificationEntry entry, int reason) { in registerNewPipelineListener()
232 mExpansionStateLogger.onEntryRemoved(entry.getKey()); in registerNewPipelineListener()
502 void onEntryRemoved(String key) { in onEntryRemoved() method in NotificationLogger.ExpansionStateLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceNotificationListener.java67 public void onEntryRemoved(NotificationEntry entry, int reason) { in init()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbles.java188 void onEntryRemoved(BubbleEntry entry); in onEntryRemoved() method
DBubbleController.java1184 private void onEntryRemoved(BubbleEntry entry) { in onEntryRemoved() method in BubbleController
1871 public void onEntryRemoved(BubbleEntry entry) { in onEntryRemoved() method in BubbleController
1873 BubbleController.this.onEntryRemoved(entry); in onEntryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
DNotificationsControllerImpl.kt92 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) { in initialize() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java340 mListenerInOrder.verify(mCollectionListener).onEntryRemoved(entry, REASON_APP_CANCEL); in testEventDispatchedWhenNotifRemoved()
602 verify(mCollectionListener, never()).onEntryRemoved(eq(entry1), anyInt()); in testDismissedNotificationsDoNotTriggerRemovalEvents()
1155 verify(mCollectionListener).onEntryRemoved(entry2, REASON_UNKNOWN); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire()
1494 verify(mCollectionListener, never()).onEntryRemoved(any(NotificationEntry.class), anyInt()); in testClearNotificationDoesntThrowIfMissing()
1513 verify(mCollectionListener, never()).onEntryRemoved(any(NotificationEntry.class), anyInt()); in testClearNotificationDoesntThrowIfInForgivenessWindow()
1603 verify(mCollectionListener).onEntryRemoved(eq(entry2), eq(REASON_APP_CANCEL)); in testMissingRanking()
1604 verify(mCollectionListener).onEntryRemoved(eq(entry1), eq(REASON_UNKNOWN)); in testMissingRanking()
1773 public void onEntryRemoved(NotificationEntry entry, int reason) { in onEntryRemoved() method in NotifCollectionTest.RecordingCollectionListener
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallController.kt116 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) { in <lambda>() method in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java901 mEntryListener.onEntryRemoved(mRow, REASON_APP_CANCEL); in testRemoveBubble_entryListenerRemove()
1032 mEntryListener.onEntryRemoved(groupSummary.getEntry(), REASON_APP_CANCEL); in testAppRemovesSummary_removesAllBubbleChildren()
1167 mEntryListener.onEntryRemoved(mRow, REASON_APP_CANCEL); in testOverflowLoadedOnce()
1168 mEntryListener.onEntryRemoved(mRow2, REASON_APP_CANCEL); in testOverflowLoadedOnce()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DForegroundServiceControllerTest.java461 mCollectionListener.onEntryRemoved( in entryRemoved()

12