Home
last modified time | relevance | path

Searched refs:maxNotifications (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java121 void setMaxDisplayedNotifications(int maxNotifications); in setMaxDisplayedNotifications() argument
DNotificationStackScrollLayoutController.java1194 public void setMaxDisplayedNotifications(int maxNotifications) { in setMaxDisplayedNotifications() argument
1195 mNotificationListContainer.setMaxDisplayedNotifications(maxNotifications); in setMaxDisplayedNotifications()
1564 public void setMaxDisplayedNotifications(int maxNotifications) {
1565 mView.setMaxDisplayedNotifications(maxNotifications);
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryDatabase.java212 int maxNotifications) { in readNotificationHistory() argument
222 .setMaxNotifications(maxNotifications) in readNotificationHistory()
224 if (maxNotifications == notifications.getHistoryCount()) { in readNotificationHistory()
DNotificationHistoryManager.java253 @UserIdInt int userId, String packageName, String channelId, int maxNotifications) { in readFilteredNotificationHistory() argument
262 return userHistory.readNotificationHistory(packageName, channelId, maxNotifications); in readFilteredNotificationHistory()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java323 public void setMaxDisplayedNotifications(int maxNotifications) { in setMaxDisplayedNotifications() argument