Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/BundleEntry.java +4 −1 Original line number Diff line number Diff line Loading @@ -69,10 +69,13 @@ public class BundleEntry extends PipelineEntry { return mUnmodifiableChildren; } void clearChildren() { mChildren.clear(); } /** * @return Null because bundles do not have an associated NotificationEntry. */ @Nullable @Override public NotificationEntry getRepresentativeEntry() { Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ShadeListBuilder.java +1 −1 Original line number Diff line number Diff line Loading @@ -567,7 +567,7 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable { for (BundleEntry be : mIdToBundleEntry.values()) { be.beginNewAttachState(); // TODO(b/399736937) Clear bundle children be.clearChildren(); // BundleEntry has not representative summary so we do not need to clear it here. } mNotifList.clear(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/BundleEntry.java +4 −1 Original line number Diff line number Diff line Loading @@ -69,10 +69,13 @@ public class BundleEntry extends PipelineEntry { return mUnmodifiableChildren; } void clearChildren() { mChildren.clear(); } /** * @return Null because bundles do not have an associated NotificationEntry. */ @Nullable @Override public NotificationEntry getRepresentativeEntry() { Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ShadeListBuilder.java +1 −1 Original line number Diff line number Diff line Loading @@ -567,7 +567,7 @@ public class ShadeListBuilder implements Dumpable, PipelineDumpable { for (BundleEntry be : mIdToBundleEntry.values()) { be.beginNewAttachState(); // TODO(b/399736937) Clear bundle children be.clearChildren(); // BundleEntry has not representative summary so we do not need to clear it here. } mNotifList.clear(); Loading