Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ShadeListBuilder.java +2 −0 Original line number Diff line number Diff line Loading @@ -764,6 +764,7 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable { } private void bundleNotifs(List<PipelineEntry> in, List<PipelineEntry> out) { Trace.beginSection("ShadeListBuilder.bundleNotifs"); // Bundle NotificationEntry and non-empty GroupEntry for (PipelineEntry pipelineEntry : in) { if (!(pipelineEntry instanceof ListEntry listEntry)) { Loading @@ -790,6 +791,7 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable { } // Add all BundleEntry to the list. They will be pruned later if they are empty. out.addAll(mIdToBundleEntry.values()); Trace.endSection(); } private void stabilizeGroupingNotifs(List<PipelineEntry> topLevelList) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ShadeListBuilder.java +2 −0 Original line number Diff line number Diff line Loading @@ -764,6 +764,7 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable { } private void bundleNotifs(List<PipelineEntry> in, List<PipelineEntry> out) { Trace.beginSection("ShadeListBuilder.bundleNotifs"); // Bundle NotificationEntry and non-empty GroupEntry for (PipelineEntry pipelineEntry : in) { if (!(pipelineEntry instanceof ListEntry listEntry)) { Loading @@ -790,6 +791,7 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable { } // Add all BundleEntry to the list. They will be pruned later if they are empty. out.addAll(mIdToBundleEntry.values()); Trace.endSection(); } private void stabilizeGroupingNotifs(List<PipelineEntry> topLevelList) { Loading