Searched refs:mNotificationLightOn (Results 1 – 3 of 3) sorted by relevance
87 private boolean mNotificationLightOn; field in DozeService110 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) {
109 private boolean mNotificationLightOn;128 mNotificationLightOn = true;139 if (mNotificationLightOn) {140 mNotificationLightOn = false;
4033 private boolean mNotificationLightOn; field in PhoneStatusBar.DozeServiceHost4053 mNotificationLightOn = on; in fireNotificationLight()4097 return mNotificationLightOn; in isNotificationLightOn()