Searched refs:maxNotifications (Results 1 – 4 of 4) sorted by relevance
112 void setMaxDisplayedNotifications(int maxNotifications); in setMaxDisplayedNotifications() argument
368 int maxNotifications = -1; in updateRowStatesInternal() local370 maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateRowStatesInternal()372 mListContainer.setMaxDisplayedNotifications(maxNotifications); in updateRowStatesInternal()
331 public void setMaxDisplayedNotifications(int maxNotifications) { in setMaxDisplayedNotifications() argument
4464 int maxNotifications = mPresenter.getMaxNotificationsWhileLocked(true /* recompute */); in updateKeyguardMaxNotifications() local4465 if (maxBefore != maxNotifications) { in updateKeyguardMaxNotifications()