Searched refs:maxNotifications (Results 1 – 5 of 5) sorted by relevance
121 void setMaxDisplayedNotifications(int maxNotifications); in setMaxDisplayedNotifications() argument
1277 public void setMaxDisplayedNotifications(int maxNotifications) { in setMaxDisplayedNotifications() argument1278 mNotificationListContainer.setMaxDisplayedNotifications(maxNotifications); in setMaxDisplayedNotifications()1674 public void setMaxDisplayedNotifications(int maxNotifications) {1675 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()
329 public void setMaxDisplayedNotifications(int maxNotifications) { in setMaxDisplayedNotifications() argument