Home
last modified time | relevance | path

Searched refs:getMaxNotificationsWhileLocked (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationPresenter.java109 int getMaxNotificationsWhileLocked(boolean recompute); in getMaxNotificationsWhileLocked() method
DNotificationViewHierarchyManager.java294 maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateRowStates()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java4128 public int getMaxNotificationsWhileLocked(boolean recompute) { in getMaxNotificationsWhileLocked() method
4138 public int getMaxNotificationsWhileLocked() { in getMaxNotificationsWhileLocked() method
4139 return getMaxNotificationsWhileLocked(false /* recompute */); in getMaxNotificationsWhileLocked()
5392 int maxBefore = getMaxNotificationsWhileLocked(false /* recompute */); in updateKeyguardMaxNotifications()
5393 int maxNotifications = getMaxNotificationsWhileLocked(true /* recompute */); in updateKeyguardMaxNotifications()