Home
last modified time | relevance | path

Searched refs:notifyContentUpdated (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewWrapper.java66 public void notifyContentUpdated() {} in notifyContentUpdated() method in NotificationViewWrapper
DNotificationContentView.java407 public void notifyContentUpdated() { in notifyContentUpdated() method in NotificationContentView
410 mContractedWrapper.notifyContentUpdated(); in notifyContentUpdated()
414 mExpandedWrapper.notifyContentUpdated(); in notifyContentUpdated()
DNotificationTemplateViewWrapper.java109 public void notifyContentUpdated() { in notifyContentUpdated() method in NotificationTemplateViewWrapper
110 super.notifyContentUpdated(); in notifyContentUpdated()
DExpandableNotificationRow.java898 public void notifyContentUpdated() { in notifyContentUpdated() method in ExpandableNotificationRow
899 mPublicLayout.notifyContentUpdated(); in notifyContentUpdated()
900 mPrivateLayout.notifyContentUpdated(); in notifyContentUpdated()
DBaseStatusBar.java2018 entry.row.notifyContentUpdated();