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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1390 if (CLOSE_PANEL_WHEN_EMPTIED && !hasActiveNotifications()
1669 final boolean clearable = hasActiveNotifications() &&
1673 hasActiveNotifications() + " clearable=" + clearable);
1677 final boolean showDot = hasActiveNotifications() && !areLightsOn();
3820 if (hasActiveNotifications()) {
4022 public boolean hasActiveNotifications() { method in class:PhoneStatusBar

Completed in 49 milliseconds