Home
last modified time | relevance | path

Searched refs:shouldPulse (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java118 if (mNotificationInterruptionStateProvider.shouldPulse(entry)) { in showAlertingView()
132 shouldAlert = mNotificationInterruptionStateProvider.shouldPulse(entry); in updateAlertState()
DNotificationInterruptionStateProvider.java254 public boolean shouldPulse(NotificationEntry entry) { in shouldPulse() method in NotificationInterruptionStateProvider
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java252 if (mNotificationInterruptionStateProvider.shouldPulse(entry)) { in updateNotification()