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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
NotificationBigPictureTemplateViewWrapper.java 39 public void notifyContentUpdated(StatusBarNotification notification) {
40 super.notifyContentUpdated(notification);
NotificationBigTextTemplateViewWrapper.java 44 public void notifyContentUpdated(StatusBarNotification notification) {
48 super.notifyContentUpdated(notification);
NotificationMediaTemplateViewWrapper.java 43 public void notifyContentUpdated(StatusBarNotification notification) {
47 super.notifyContentUpdated(notification);
NotificationMessagingTemplateViewWrapper.java 57 public void notifyContentUpdated(StatusBarNotification notification) {
61 super.notifyContentUpdated(notification);
NotificationCustomViewWrapper.java 109 public void notifyContentUpdated(StatusBarNotification notification) {
110 super.notifyContentUpdated(notification);
NotificationViewWrapper.java 85 public void notifyContentUpdated(StatusBarNotification notification) {
NotificationTemplateViewWrapper.java 134 public void notifyContentUpdated(StatusBarNotification notification) {
138 super.notifyContentUpdated(notification);
NotificationHeaderViewWrapper.java 92 public void notifyContentUpdated(StatusBarNotification notification) {
93 super.notifyContentUpdated(notification);

Completed in 57 milliseconds