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

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

Completed in 492 milliseconds