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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java1258 if (CLOSE_PANEL_WHEN_EMPTIED && !hasActiveNotifications()
1506 final boolean clearable = hasActiveNotifications() &&
1510 hasActiveNotifications() + " clearable=" + clearable);
1514 final boolean showDot = hasActiveNotifications() && !areLightsOn();
3836 if (hasActiveNotifications()) {
4087 public boolean hasActiveNotifications() { method in class:PhoneStatusBar

Completed in 64 milliseconds