Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java160 NotificationEntry oldEntry, Notification newNotification) { in alertAgain() argument
162 || (newNotification.flags & Notification.FLAG_ONLY_ALERT_ONCE) == 0; in alertAgain()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java536 Notification newNotification = b.build(); in rebuildNotificationWithRemoteInput() local
539 newNotification.contentView = sbn.getNotification().contentView; in rebuildNotificationWithRemoteInput()
540 newNotification.bigContentView = sbn.getNotification().bigContentView; in rebuildNotificationWithRemoteInput()
541 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView; in rebuildNotificationWithRemoteInput()
550 newNotification, in rebuildNotificationWithRemoteInput()