Searched defs:areLightsOn (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1711 final boolean showDot = hasActiveNotifications() && !areLightsOn();
2757 private boolean areLightsOn() { method in class:PhoneStatusBar
2813 if (!areLightsOn()) return;

Completed in 776 milliseconds