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

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/statusbar/
H A DNotificationMenuRowPlugin.java93 public void onNotificationUpdated(StatusBarNotification sbn); method in interface:NotificationMenuRowPlugin
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java154 public void onNotificationUpdated(StatusBarNotification sbn) { method in class:NotificationMenuRow
H A DNotificationContentView.java1083 public void onNotificationUpdated(NotificationData.Entry entry) { method in class:NotificationContentView
H A DExpandableNotificationRow.java354 public void onNotificationUpdated() { method in class:ExpandableNotificationRow
356 l.onNotificationUpdated(mEntry);
362 mMenuRow.onNotificationUpdated(mStatusBarNotification);
366 mChildrenContainer.onNotificationUpdated();
906 onNotificationUpdated();
1321 mChildrenContainer.onNotificationUpdated();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationChildrenContainer.java1178 public void onNotificationUpdated() { method in class:NotificationChildrenContainer

Completed in 109 milliseconds