/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ShadeEventCoordinatorTest.kt | 81 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()
|
D | MediaCoordinatorTest.java | 172 mListener.onEntryRemoved(mMediaEntry, NotificationListenerService.REASON_CANCEL); in inflateMediaNotificationIconsMediaEnabled()
|
D | SmartspaceDedupingCoordinatorTest.kt | 373 collectionListener.onEntryRemoved(entry, 0) in removeEntries()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallControllerTest.kt | 260 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/ |
D | NotifCollectionListener.java | 81 default void onEntryRemoved(@NonNull NotificationEntry entry, @CancellationReason int reason) { in onEntryRemoved() method
|
D | NotifEvent.kt | 82 listener.onEntryRemoved(entry, reason) in dispatchToListener()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationEntryListener.java | 94 default void onEntryRemoved( in onEntryRemoved() method
|
D | ConversationNotifications.kt | 203 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) = in onRankingUpdate() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputUriController.java | 76 public void onEntryRemoved(@NonNull NotificationEntry entry, int reason) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ShadeEventCoordinator.kt | 51 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) { in onEntryRemoved() method in com.android.systemui.statusbar.notification.collection.coordinator.ShadeEventCoordinator
|
D | SmartspaceDedupingCoordinator.kt | 89 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinator
|
D | RemoteInputCoordinator.kt | 109 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) { in onEntryRemoved() method
|
D | KeyguardCoordinator.kt | 248 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinator
|
D | PreparationCoordinator.java | 181 public void onEntryRemoved(NotificationEntry entry, int reason) {
|
D | HeadsUpCoordinator.kt | 465 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/ |
D | BubblesManager.java | 385 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/ |
D | NotificationLogger.java | 231 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/ |
D | ForegroundServiceNotificationListener.java | 67 public void onEntryRemoved(NotificationEntry entry, int reason) { in init()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubbles.java | 188 void onEntryRemoved(BubbleEntry entry); in onEntryRemoved() method
|
D | BubbleController.java | 1184 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/ |
D | NotificationsControllerImpl.kt | 92 override fun onEntryRemoved(entry: NotificationEntry, reason: Int) { in initialize() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 340 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/ |
D | OngoingCallController.kt | 116 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/ |
D | BubblesTest.java | 901 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/ |
D | ForegroundServiceControllerTest.java | 461 mCollectionListener.onEntryRemoved( in entryRemoved()
|