Home
last modified time | relevance | path

Searched defs:onEntryAdded (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifCollectionListener.java55 default void onEntryAdded(@NonNull NotificationEntry entry) { in onEntryAdded() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java418 void onEntryAdded(NotificationEntry entry) { in onEntryAdded() method in BubblesManager
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java200 void onEntryAdded(BubbleEntry entry); in onEntryAdded() method
H A DBubbleController.java1465 private void onEntryAdded(BubbleEntry entry) { in onEntryAdded() method in BubbleController
2360 public void onEntryAdded(BubbleEntry entry) { in onEntryAdded() method in BubbleController
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java1787 public void onEntryAdded(NotificationEntry entry) { in onEntryAdded() method in NotifCollectionTest.RecordingCollectionListener