Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DDozeService.java87 private boolean mNotificationLightOn; field in DozeService
110 pw.print(" mNotificationLightOn: "); pw.println(mNotificationLightOn); in dumpOnHandler()
326 mNotificationLightOn = mHost.isNotificationLightOn(); in listenForNotifications()
327 if (mNotificationLightOn) { in listenForNotifications()
428 rescheduleNotificationPulse(mNotificationLightOn);
455 if (mNotificationLightOn == on) return;
456 mNotificationLightOn = on;
457 if (mNotificationLightOn) {
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java109 private boolean mNotificationLightOn;
128 mNotificationLightOn = true;
139 if (mNotificationLightOn) {
140 mNotificationLightOn = false;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java4033 private boolean mNotificationLightOn; field in PhoneStatusBar.DozeServiceHost
4053 mNotificationLightOn = on; in fireNotificationLight()
4097 return mNotificationLightOn; in isNotificationLightOn()