Searched refs:maxNotifications (Results 1 – 4 of 4) sorted by relevance
112 void setMaxDisplayedNotifications(int maxNotifications); in setMaxDisplayedNotifications() argument
364 int maxNotifications = -1; in updateRowStatesInternal() local366 maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateRowStatesInternal()368 mListContainer.setMaxDisplayedNotifications(maxNotifications); in updateRowStatesInternal()
327 public void setMaxDisplayedNotifications(int maxNotifications) { in setMaxDisplayedNotifications() argument
4308 int maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateKeyguardMaxNotifications() local4309 if (maxBefore != maxNotifications) { in updateKeyguardMaxNotifications()