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/interruption/
DHeadsUpController.java170 NotificationEntry oldEntry, Notification newNotification) { in alertAgain() argument
172 || (newNotification.flags & Notification.FLAG_ONLY_ALERT_ONCE) == 0; in alertAgain()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java598 Notification newNotification = b.build(); in rebuildNotificationWithRemoteInput() local
601 newNotification.contentView = sbn.getNotification().contentView; in rebuildNotificationWithRemoteInput()
602 newNotification.bigContentView = sbn.getNotification().bigContentView; in rebuildNotificationWithRemoteInput()
603 newNotification.headsUpContentView = sbn.getNotification().headsUpContentView; in rebuildNotificationWithRemoteInput()
612 newNotification, in rebuildNotificationWithRemoteInput()