Searched refs:newNotification (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1781 Notification newNotification = b.build();
1784 newNotification.contentView = sbn.getNotification().contentView;
1785 newNotification.bigContentView = sbn.getNotification().bigContentView;
1786 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView;
1791 newNotification, sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime());
7425 private boolean alertAgain(Entry oldEntry, Notification newNotification) { argument
7427 || (newNotification.flags & Notification.FLAG_ONLY_ALERT_ONCE) == 0;

Completed in 71 milliseconds