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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1708 Notification newNotification = b.build();
1711 newNotification.contentView = sbn.getNotification().contentView;
1712 newNotification.bigContentView = sbn.getNotification().bigContentView;
1713 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView;
1718 newNotification, sbn.getUser(), sbn.getOverrideGroupKey(), sbn.getPostTime());
6870 private boolean alertAgain(Entry oldEntry, Notification newNotification) { argument
6872 || (newNotification.flags & Notification.FLAG_ONLY_ALERT_ONCE) == 0;

Completed in 60 milliseconds