Searched defs:onNotificationUpdated (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationMenuRowPlugin.java103 public void onNotificationUpdated(StatusBarNotification sbn); method in interface:NotificationMenuRowPlugin
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java168 public void onNotificationUpdated(StatusBarNotification sbn) { method in class:NotificationMenuRow
H A DNotificationEntryManager.java889 mCallback.onNotificationUpdated(notification);
1046 void onNotificationUpdated(StatusBarNotification notification); method in interface:NotificationEntryManager.Callback
H A DNotificationContentView.java1160 public void onNotificationUpdated(NotificationData.Entry entry) { method in class:NotificationContentView
H A DExpandableNotificationRow.java464 public void onNotificationUpdated() { method in class:ExpandableNotificationRow
466 l.onNotificationUpdated(mEntry);
472 mMenuRow.onNotificationUpdated(mStatusBarNotification);
477 mChildrenContainer.onNotificationUpdated();
1079 onNotificationUpdated();
1578 mChildrenContainer.onNotificationUpdated();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java1214 public void onNotificationUpdated() { method in class:NotificationChildrenContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1421 public void onNotificationUpdated(StatusBarNotification notification) { method in class:StatusBar

Completed in 2428 milliseconds