Searched refs:MAX_PACKAGE_NOTIFICATIONS (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 8011 for (int i = 0; i < NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS; i++) { in testCannotRemoveForegroundFlagWhenOverLimit_enqueued() 8022 NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS, null, mUid, 0, in testCannotRemoveForegroundFlagWhenOverLimit_enqueued() 8033 assertEquals(NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS, in testCannotRemoveForegroundFlagWhenOverLimit_enqueued() 8042 for (int i = 0; i < NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS; i++) { in testCannotRemoveForegroundFlagWhenOverLimit_posted() 8053 NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS, null, mUid, 0, in testCannotRemoveForegroundFlagWhenOverLimit_posted() 8064 assertEquals(NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS, in testCannotRemoveForegroundFlagWhenOverLimit_posted() 11586 for (int i = 0; i < NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS; i++) { 11604 assertEquals(NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS + 1, notifs.length); 11605 assertEquals(NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS + 1, 11614 for (int i = 0; i < NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS; i++) { [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 413 static final int MAX_PACKAGE_NOTIFICATIONS = 50; field in NotificationManagerService 7084 if (count > MAX_PACKAGE_NOTIFICATIONS) { 8026 if (count >= MAX_PACKAGE_NOTIFICATIONS) {
|