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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1840 if (CLOSE_PANEL_WHEN_EMPTIED && !hasActiveNotifications()
2233 final boolean clearable = hasActiveNotifications() &&
2237 hasActiveNotifications() + " clearable=" + clearable);
2242 final boolean showDot = hasActiveNotifications() && !areLightsOn();
4969 && hasActiveNotifications() && (!isDozing() || isPulsing())) {
5361 public boolean hasActiveNotifications() { method in class:StatusBar
H A DNotificationPanelView.java2178 } else if (!mStatusBar.hasActiveNotifications()) {

Completed in 65 milliseconds