Home
last modified time | relevance | path

Searched defs:onEntryUpdated (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
H A DNotifCollectionListener.java65 default void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method
73 default void onEntryUpdated(@NonNull NotificationEntry entry) { in onEntryUpdated() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java424 void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method in BubblesManager
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbles.java209 void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem); in onEntryUpdated() method
H A DBubbleController.java1472 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated() method in BubbleController
2367 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated() method in BubbleController
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java509 void onEntryUpdated(String key) { in onEntryUpdated() method in NotificationLogger.ExpansionStateLogger
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifCollectionTest.java1792 public void onEntryUpdated(NotificationEntry entry) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener
1797 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener