Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeHost.java31 boolean isNotificationLightOn(); in isNotificationLightOn() method
DDozeService.java326 mNotificationLightOn = mHost.isNotificationLightOn(); in listenForNotifications()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java4096 public boolean isNotificationLightOn() { in isNotificationLightOn() method in PhoneStatusBar.DozeServiceHost