Loading services/core/java/com/android/server/notification/NotificationManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -5130,7 +5130,9 @@ public class NotificationManagerService extends SystemService { protected boolean isBlocked(NotificationRecord r, NotificationUsageStats usageStats) { if (isBlocked(r)) { if (DBG) { Slog.e(TAG, "Suppressing notification from package by user request."); } usageStats.registerBlocked(r); return true; } Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +3 −1 Original line number Diff line number Diff line Loading @@ -5130,7 +5130,9 @@ public class NotificationManagerService extends SystemService { protected boolean isBlocked(NotificationRecord r, NotificationUsageStats usageStats) { if (isBlocked(r)) { if (DBG) { Slog.e(TAG, "Suppressing notification from package by user request."); } usageStats.registerBlocked(r); return true; } Loading