Home
last modified time | relevance | path

Searched defs:onEntryRemoved (Results 1 – 8 of 8) sorted by relevance

/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
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryListener.java92 default void onEntryRemoved( in onEntryRemoved() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java569 void onEntryRemoved(NotificationEntry entry) { in onEntryRemoved() method in BubblesManager
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java183 void onEntryRemoved(BubbleEntry entry); in onEntryRemoved() method
H A DBubbleController.java992 private void onEntryRemoved(BubbleEntry entry) { in onEntryRemoved() method in BubbleController
1605 public void onEntryRemoved(BubbleEntry entry) { in onEntryRemoved() method in BubbleController
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java519 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 DNotificationGroupManagerLegacy.java157 public void onEntryRemoved(NotificationEntry removed) { in onEntryRemoved() method in NotificationGroupManagerLegacy
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java1457 public void onEntryRemoved(NotificationEntry entry, int reason) { in onEntryRemoved() method in NotifCollectionTest.RecordingCollectionListener