Home
last modified time | relevance | path

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

12

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinatorTest.kt82 notifCollectionListener.onEntryRemoved(entry1, REASON_CANCEL)
92 notifCollectionListener.onEntryRemoved(entry1, REASON_APP_CANCEL)
100 notifCollectionListener.onEntryRemoved(entry1, REASON_CANCEL)
108 notifCollectionListener.onEntryRemoved(entry1, REASON_APP_CANCEL)
H A DKeyguardCoordinatorTest.kt464 collectionListener.onEntryRemoved(entry, 0)
515 collectionListener.onEntryRemoved(entry, 0)
H A DMediaCoordinatorTest.java172 mListener.onEntryRemoved(mMediaEntry, NotificationListenerService.REASON_CANCEL); in inflateMediaNotificationIconsMediaEnabled()
H A DSmartspaceDedupingCoordinatorTest.kt373 collectionListener.onEntryRemoved(entry, 0)
H A DHeadsUpCoordinatorTest.kt236 collectionListener.onEntryRemoved(entry, /* reason = */ 0)
251 collectionListener.onEntryRemoved(entry, /* reason = */ 0)
429 collectionListener.onEntryRemoved(entry, /* cancellation reason */ 0)
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallControllerTest.kt260 notifCollectionListener.onEntryRemoved(createOngoingCallNotifEntry(), REASON_USER_STOPPED)
271 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED)
281 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED)
298 notifCollectionListener.onEntryRemoved(removedEntryBuilder.build(), REASON_USER_STOPPED)
308 notifCollectionListener.onEntryRemoved(createNotCallNotifEntry(), REASON_USER_STOPPED)
367 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED)
590 notifCollectionListener.onEntryRemoved(ongoingCallNotifEntry, REASON_USER_STOPPED)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifCollectionListener.java81 default void onEntryRemoved(@NonNull NotificationEntry entry, @CancellationReason int reason) { in onEntryRemoved() method
H A DNotifEvent.kt84 listener.onEntryRemoved(entry, reason)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryListener.java94 default void onEntryRemoved( in onEntryRemoved() method
H A DConversationNotifications.kt209 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) =
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputUriController.java76 public void onEntryRemoved(@NonNull NotificationEntry entry, int reason) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java391 public void onEntryRemoved(NotificationEntry entry, in setupNotifPipeline()
394 BubblesManager.this.onEntryRemoved(entry); in setupNotifPipeline()
428 void onEntryRemoved(NotificationEntry entry) { in onEntryRemoved() method in BubblesManager
429 mBubbles.onEntryRemoved(notifToBubbleEntry(entry)); in onEntryRemoved()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DShadeEventCoordinator.kt51 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
H A DSmartspaceDedupingCoordinator.kt89 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
H A DRemoteInputCoordinator.kt109 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
H A DKeyguardCoordinator.kt321 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
H A DPreparationCoordinator.java182 public void onEntryRemoved(NotificationEntry entry, int reason) {
H A DHeadsUpCoordinator.kt467 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java232 public void onEntryRemoved(@NonNull NotificationEntry entry, int reason) { in registerNewPipelineListener()
233 mExpansionStateLogger.onEntryRemoved(entry.getKey()); in registerNewPipelineListener()
503 void onEntryRemoved(String key) { in onEntryRemoved() method in NotificationLogger.ExpansionStateLogger
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt84 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java216 void onEntryRemoved(BubbleEntry entry); in onEntryRemoved() method
H A DBubbleController.java1486 private void onEntryRemoved(BubbleEntry entry) { in onEntryRemoved() method in BubbleController
2374 public void onEntryRemoved(BubbleEntry entry) { in onEntryRemoved() method in BubbleController
2376 BubbleController.this.onEntryRemoved(entry); in onEntryRemoved()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java344 mListenerInOrder.verify(mCollectionListener).onEntryRemoved(entry, REASON_APP_CANCEL); in testEventDispatchedWhenNotifRemoved()
606 verify(mCollectionListener, never()).onEntryRemoved(eq(entry1), anyInt()); in testDismissedNotificationsDoNotTriggerRemovalEvents()
1159 verify(mCollectionListener).onEntryRemoved(entry2, REASON_UNKNOWN); in testNotificationIsRemovedWhenAllLifetimeExtendersExpire()
1498 verify(mCollectionListener, never()).onEntryRemoved(any(NotificationEntry.class), anyInt()); in testClearNotificationDoesntThrowIfMissing()
1517 verify(mCollectionListener, never()).onEntryRemoved(any(NotificationEntry.class), anyInt()); in testClearNotificationDoesntThrowIfInForgivenessWindow()
1607 verify(mCollectionListener).onEntryRemoved(eq(entry2), eq(REASON_APP_CANCEL)); in testMissingRanking()
1608 verify(mCollectionListener).onEntryRemoved(eq(entry1), eq(REASON_UNKNOWN)); in testMissingRanking()
1802 public void onEntryRemoved(NotificationEntry entry, int reason) { in onEntryRemoved() method in NotifCollectionTest.RecordingCollectionListener
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/
H A DOngoingCallController.kt116 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java938 mEntryListener.onEntryRemoved(mRow, REASON_APP_CANCEL); in testRemoveBubble_entryListenerRemove()
1069 mEntryListener.onEntryRemoved(groupSummary.getEntry(), REASON_APP_CANCEL); in testAppRemovesSummary_removesAllBubbleChildren()
1204 mEntryListener.onEntryRemoved(mRow, REASON_APP_CANCEL); in testOverflowLoadedOnce()
1205 mEntryListener.onEntryRemoved(mRow2, REASON_APP_CANCEL); in testOverflowLoadedOnce()

12