HomeSort by relevance Sort by last modified time
    Searched refs:mNotificationLightOn (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeService.java 76 private boolean mNotificationLightOn;
98 pw.print(" mNotificationLightOn: "); pw.println(mNotificationLightOn);
380 rescheduleNotificationPulse(mNotificationLightOn);
407 if (mNotificationLightOn == on) return;
408 mNotificationLightOn = on;
409 if (mNotificationLightOn) {
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 104 private boolean mNotificationLightOn;
123 mNotificationLightOn = true;
134 if (mNotificationLightOn) {
135 mNotificationLightOn = false;

Completed in 102 milliseconds