Home
last modified time | relevance | path

Searched refs:onNotificationUpdated (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java276 public void onNotificationUpdated(NotificationData.Entry entry) { in onNotificationUpdated() method in ExpandableNotificationRow
279 mPrivateLayout.onNotificationUpdated(entry); in onNotificationUpdated()
280 mPublicLayout.onNotificationUpdated(entry); in onNotificationUpdated()
285 mChildrenContainer.onNotificationUpdated(); in onNotificationUpdated()
892 mChildrenContainer.onNotificationUpdated();
DBaseStatusBar.java1761 row.onNotificationUpdated(entry);
2504 entry.row.onNotificationUpdated(entry);
2524 entry.row.onNotificationUpdated(entry);
DNotificationContentView.java921 public void onNotificationUpdated(NotificationData.Entry entry) { in onNotificationUpdated() method in NotificationContentView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java866 public void onNotificationUpdated() {