Searched refs:maxNotifications (Results 1 – 5 of 5) sorted by relevance
121 void setMaxDisplayedNotifications(int maxNotifications); in setMaxDisplayedNotifications() argument
1194 public void setMaxDisplayedNotifications(int maxNotifications) { in setMaxDisplayedNotifications() argument1195 mNotificationListContainer.setMaxDisplayedNotifications(maxNotifications); in setMaxDisplayedNotifications()1564 public void setMaxDisplayedNotifications(int maxNotifications) {1565 mView.setMaxDisplayedNotifications(maxNotifications);
212 int maxNotifications) { in readNotificationHistory() argument222 .setMaxNotifications(maxNotifications) in readNotificationHistory()224 if (maxNotifications == notifications.getHistoryCount()) { in readNotificationHistory()
253 @UserIdInt int userId, String packageName, String channelId, int maxNotifications) { in readFilteredNotificationHistory() argument262 return userHistory.readNotificationHistory(packageName, channelId, maxNotifications); in readFilteredNotificationHistory()
323 public void setMaxDisplayedNotifications(int maxNotifications) { in setMaxDisplayedNotifications() argument