Merge "Consolidate logic for 'recent notifications'" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ad06c5f603
@@ -1877,13 +1877,13 @@ public class NotificationManagerService extends SystemService {
|
||||
return newSuppressedVisualEffects;
|
||||
}
|
||||
|
||||
// TODO: log visual differences, not just audible ones
|
||||
@GuardedBy("mNotificationLock")
|
||||
protected void maybeRecordInterruptionLocked(NotificationRecord r) {
|
||||
if (r.isInterruptive()) {
|
||||
mAppUsageStats.reportInterruptiveNotification(r.sbn.getPackageName(),
|
||||
r.getChannel().getId(),
|
||||
getRealUserId(r.sbn.getUserId()));
|
||||
logRecentLocked(r);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4344,10 +4344,6 @@ public class NotificationManagerService extends SystemService {
|
||||
|
||||
mNotificationsByKey.put(n.getKey(), r);
|
||||
|
||||
if (!r.isUpdate) {
|
||||
logRecentLocked(r);
|
||||
}
|
||||
|
||||
// Ensure if this is a foreground service that the proper additional
|
||||
// flags are set.
|
||||
if ((notification.flags & Notification.FLAG_FOREGROUND_SERVICE) != 0) {
|
||||
|
||||
Reference in New Issue
Block a user