Loading services/core/java/com/android/server/notification/NotificationManagerService.java +0 −6 Original line number Diff line number Diff line Loading @@ -625,12 +625,6 @@ public class NotificationManagerService extends SystemService { @Override public void onNotificationVisibilityChanged( String[] newlyVisibleKeys, String[] noLongerVisibleKeys) { // Using ';' as separator since eventlogs uses ',' to separate // args. // TODO remove this: b/21248682 EventLogTags.writeNotificationVisibilityChanged( TextUtils.join(";", newlyVisibleKeys), TextUtils.join(";", noLongerVisibleKeys)); synchronized (mNotificationList) { for (String key : newlyVisibleKeys) { NotificationRecord r = mNotificationsByKey.get(key); Loading Loading
services/core/java/com/android/server/notification/NotificationManagerService.java +0 −6 Original line number Diff line number Diff line Loading @@ -625,12 +625,6 @@ public class NotificationManagerService extends SystemService { @Override public void onNotificationVisibilityChanged( String[] newlyVisibleKeys, String[] noLongerVisibleKeys) { // Using ';' as separator since eventlogs uses ',' to separate // args. // TODO remove this: b/21248682 EventLogTags.writeNotificationVisibilityChanged( TextUtils.join(";", newlyVisibleKeys), TextUtils.join(";", noLongerVisibleKeys)); synchronized (mNotificationList) { for (String key : newlyVisibleKeys) { NotificationRecord r = mNotificationsByKey.get(key); Loading