Loading services/core/java/com/android/server/notification/NotificationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,7 @@ public class NotificationManagerService extends SystemService { static final boolean DEBUG_INTERRUPTIVENESS = SystemProperties.getBoolean( "debug.notification.interruptiveness", false); static final int MAX_PACKAGE_NOTIFICATIONS = 50; static final int MAX_PACKAGE_NOTIFICATIONS = 25; static final float DEFAULT_MAX_NOTIFICATION_ENQUEUE_RATE = 5f; // message codes Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -283,7 +283,7 @@ public class NotificationManagerService extends SystemService { static final boolean DEBUG_INTERRUPTIVENESS = SystemProperties.getBoolean( "debug.notification.interruptiveness", false); static final int MAX_PACKAGE_NOTIFICATIONS = 50; static final int MAX_PACKAGE_NOTIFICATIONS = 25; static final float DEFAULT_MAX_NOTIFICATION_ENQUEUE_RATE = 5f; // message codes Loading