Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryFilter.java29 private int mNotificationCount; field in NotificationHistoryFilter
42 return mNotificationCount; in getMaxNotifications()
50 || mNotificationCount < Integer.MAX_VALUE; in isFiltering()
76 return notifications.getHistoryCount() < mNotificationCount; in matchesCountFilter()
82 private int mNotificationCount = Integer.MAX_VALUE; field in NotificationHistoryFilter.Builder
110 mNotificationCount = notificationCount; in setMaxNotifications()
121 filter.mNotificationCount = mNotificationCount; in build()