Home
last modified time | relevance | path

Searched refs:setMaxNotifications (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationHistoryFilterTest.java72 .setMaxNotifications(3) in testBuilder()
83 .setMaxNotifications(3) in testMatchesCountFilter()
155 .setMaxNotifications(5) in testIsFiltering()
H A DNotificationHistoryProtoHelperTest.java205 .setMaxNotifications(maxCount) in testReadNotificationsWithNumberFilter()
257 .setMaxNotifications(maxCount) in testReadNotificationsWithNumberFilter_preExistingNotifs()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationHistoryFilter.java109 public Builder setMaxNotifications(int notificationCount) { in setMaxNotifications() method in NotificationHistoryFilter.Builder
H A DNotificationHistoryDatabase.java222 .setMaxNotifications(maxNotifications) in readNotificationHistory()