Searched refs:getMaxNotificationsWhileLocked (Results 1 – 4 of 4) sorted by relevance
63 int getMaxNotificationsWhileLocked(boolean recompute); in getMaxNotificationsWhileLocked() method
370 maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateRowStatesInternal()
440 public int getMaxNotificationsWhileLocked(boolean recompute) { in getMaxNotificationsWhileLocked() method in StatusBarNotificationPresenter
4463 int maxBefore = mPresenter.getMaxNotificationsWhileLocked(false /* recompute */); in updateKeyguardMaxNotifications()4464 int maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateKeyguardMaxNotifications()