HomeSort by relevance Sort by last modified time
    Searched refs:notifyContentUpdated (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationViewWrapper.java 60 public void notifyContentUpdated() {}
ExpandableNotificationRow.java 474 public void notifyContentUpdated() {
475 mPublicLayout.notifyContentUpdated();
476 mPrivateLayout.notifyContentUpdated();
NotificationContentView.java 246 public void notifyContentUpdated() {
249 mContractedWrapper.notifyContentUpdated();
NotificationTemplateViewWrapper.java 109 public void notifyContentUpdated() {
110 super.notifyContentUpdated();
BaseStatusBar.java     [all...]

Completed in 215 milliseconds