Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionListener.java60 default void onEntryUpdated(NotificationEntry entry) { in onEntryUpdated() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationGroupManager.java274 public void onEntryUpdated(NotificationEntry entry, StatusBarNotification oldNotification) { in onEntryUpdated() method in NotificationGroupManager
286 public void onEntryUpdated(NotificationEntry entry, String oldGroupKey, boolean oldIsGroup, in onEntryUpdated() method in NotificationGroupManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java555 void onEntryUpdated(String key) { in onEntryUpdated() method in NotificationLogger.ExpansionStateLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java1197 private void onEntryUpdated(NotificationEntry entry) { in onEntryUpdated() method in BubbleController
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotifCollectionTest.java1358 public void onEntryUpdated(NotificationEntry entry) { in onEntryUpdated() method in NotifCollectionTest.RecordingCollectionListener