Loading services/core/java/com/android/server/notification/NotificationManagerService.java +16 −14 Original line number Diff line number Diff line Loading @@ -5122,6 +5122,7 @@ public class NotificationManagerService extends SystemService { } } synchronized (mNotificationLock) { // snoozed apps if (mSnoozeHelper.isSnoozed(userId, pkg, r.getKey())) { MetricsLogger.action(r.getLogMaker() Loading @@ -5140,6 +5141,7 @@ public class NotificationManagerService extends SystemService { if (isBlocked(r, mUsageStats)) { return false; } } return true; } Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +16 −14 Original line number Diff line number Diff line Loading @@ -5122,6 +5122,7 @@ public class NotificationManagerService extends SystemService { } } synchronized (mNotificationLock) { // snoozed apps if (mSnoozeHelper.isSnoozed(userId, pkg, r.getKey())) { MetricsLogger.action(r.getLogMaker() Loading @@ -5140,6 +5141,7 @@ public class NotificationManagerService extends SystemService { if (isBlocked(r, mUsageStats)) { return false; } } return true; } Loading