Home
last modified time | relevance | path

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

/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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryListener.java94 default void onEntryRemoved( in onEntryRemoved() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java428 void onEntryRemoved(NotificationEntry entry) { in onEntryRemoved() method in BubblesManager
/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
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java503 void onEntryRemoved(String key) { in onEntryRemoved() method in NotificationLogger.ExpansionStateLogger
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java1802 public void onEntryRemoved(NotificationEntry entry, int reason) { in onEntryRemoved() method in NotifCollectionTest.RecordingCollectionListener