/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/ |
D | NotifCollectionListener.java | 65 default void onEntryUpdated(@NonNull NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method 73 default void onEntryUpdated(@NonNull NotificationEntry entry) { in onEntryUpdated() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | RemoteInputCoordinator.kt | 97 override fun onEntryUpdated(entry: NotificationEntry, fromSystem: Boolean) { 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 | KeyguardCoordinator.kt | 240 override fun onEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.KeyguardCoordinator
|
D | HeadsUpCoordinator.kt | 423 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 | 419 void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method in BubblesManager
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | Bubbles.java | 181 void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem); in onEntryUpdated() method
|
D | BubbleController.java | 1170 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated() method in BubbleController 1864 public void onEntryUpdated(BubbleEntry entry, boolean shouldBubbleUp, boolean fromSystem) { in onEntryUpdated() method in BubbleController
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
D | NotificationLogger.java | 508 void onEntryUpdated(String key) { in onEntryUpdated() method in NotificationLogger.ExpansionStateLogger
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ongoingcall/ |
D | OngoingCallController.kt | 88 override fun onEntryUpdated(entry: NotificationEntry) { in <lambda>() method in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallController
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifCollectionTest.java | 1763 public void onEntryUpdated(NotificationEntry entry) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener 1768 public void onEntryUpdated(NotificationEntry entry, boolean fromSystem) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener
|