Home
last modified time | relevance | path

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

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