Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeParameters.java62 pw.print(" getPulseOnNotifications(): "); pw.println(getPulseOnNotifications()); in dump()
121 public boolean getPulseOnNotifications() { in getPulseOnNotifications() method in DozeParameters
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeService.java348 if (!mDozeParameters.getPulseOnNotifications()) return; in updateNotificationPulse()