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

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

Completed in 288 milliseconds