Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationFilter.java62 private ShadeController getShadeController() { in getShadeController() method in NotificationFilter
105 if (getShadeController().isDozing() && entry.shouldSuppressAmbient()) { in shouldFilterOut()
109 if (!getShadeController().isDozing() && entry.shouldSuppressNotificationList()) { in shouldFilterOut()
DNotificationInterruptionStateProvider.java136 private ShadeController getShadeController() { in getShadeController() method in NotificationInterruptionStateProvider
191 if (getShadeController().isDozing()) { in shouldHeadsUp()
264 if (!getShadeController().isDozing()) { in shouldPulse()