/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | NotifCollectionListener.java | 64 default void onEntryUpdated(NotificationEntry entry, UpdateSource source) { in onEntryUpdated() method 72 default void onEntryUpdated(@NonNull NotificationEntry entry) { in onEntryUpdated() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | NotificationStatsLoggerCoordinator.kt | 35 override fun onEntryUpdated(entry: NotificationEntry) { in onEntryUpdated() method in com.android.systemui.statusbar.notification.collection.coordinator.NotificationStatsLoggerCoordinator
|
D | RemoteInputCoordinator.kt | 107 override fun onEntryUpdated(entry: NotificationEntry, source: UpdateSource) { in onEntryUpdated() method
|
D | SmartspaceDedupingCoordinator.kt | 83 override fun onEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.SmartspaceDedupingCoordinator
|
D | LockScreenMinimalismCoordinator.kt | 166 override fun onEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.LockScreenMinimalismCoordinator
|
D | OriginalUnseenKeyguardCoordinator.kt | 284 override fun onEntryUpdated(entry: NotificationEntry, source: UpdateSource) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.OriginalUnseenKeyguardCoordinator
|
D | HeadsUpCoordinator.kt | 604 override fun onEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.HeadsUpCoordinator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/ |
D | BubblesManager.java | 489 void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method in BubblesManager
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 494 void onEntryUpdated(String key) { in onEntryUpdated() method in NotificationLogger.ExpansionStateLogger
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubbles.java | 220 void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem); in onEntryUpdated() method
|
D | BubbleController.java | 2029 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated() method in BubbleController 3184 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated() method in BubbleController
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 1836 public void onEntryUpdated(NotificationEntry entry) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener 1841 public void onEntryUpdated(NotificationEntry entry, UpdateSource source) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener
|