Searched refs:MAX_PACKAGE_NOTIFICATIONS (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 7187 NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS, null, mUid, 0, in testCannotRemoveForegroundFlagWhenOverLimit_enqueued() 7198 assertEquals(NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS, in testCannotRemoveForegroundFlagWhenOverLimit_enqueued() 7218 NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS, null, mUid, 0, in testCannotRemoveForegroundFlagWhenOverLimit_posted() 7229 assertEquals(NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS, in testCannotRemoveForegroundFlagWhenOverLimit_posted() 10154 assertEquals(NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS + 1, 10201 assertEquals(NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS + 1, 12231 NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS, null, mUid, 0, 12242 assertEquals(NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS, 12272 assertEquals(NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS, 12298 assertEquals(NotificationManagerService.MAX_PACKAGE_NOTIFICATIONS + 1, [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 378 static final int MAX_PACKAGE_NOTIFICATIONS = 50; field in NotificationManagerService 6534 if (count > MAX_PACKAGE_NOTIFICATIONS) { 7326 if (count >= MAX_PACKAGE_NOTIFICATIONS) {
|