Searched defs:MAX_PACKAGE_NOTIFICATIONS (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java95 private static final int MAX_PACKAGE_NOTIFICATIONS = 50; field in class:NotificationManagerService
735 if (count >= MAX_PACKAGE_NOTIFICATIONS) {
937 if (count >= MAX_PACKAGE_NOTIFICATIONS) {

Completed in 125 milliseconds