Loading core/java/android/widget/RemoteViews.java +1 −1 Original line number Diff line number Diff line Loading @@ -2342,7 +2342,7 @@ public class RemoteViews implements Parcelable, Filter { } public RemoteViews clone() { public synchronized RemoteViews clone() { Preconditions.checkState(mIsRoot, "RemoteView has been attached to another RemoteView. " + "May only clone the root of a RemoteView hierarchy."); Loading packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java +1 −1 Original line number Diff line number Diff line Loading @@ -438,7 +438,7 @@ public class NotificationData { final int N = mEntries.size(); for (int i = 0; i < N; i++) { Entry entry = mEntries.valueAt(i); final StatusBarNotification oldSbn = entry.notification.clone(); final StatusBarNotification oldSbn = entry.notification.cloneLight(); final String overrideGroupKey = getOverrideGroupKey(entry.key); if (!Objects.equals(oldSbn.getOverrideGroupKey(), overrideGroupKey)) { entry.notification.setOverrideGroupKey(overrideGroupKey); Loading Loading
core/java/android/widget/RemoteViews.java +1 −1 Original line number Diff line number Diff line Loading @@ -2342,7 +2342,7 @@ public class RemoteViews implements Parcelable, Filter { } public RemoteViews clone() { public synchronized RemoteViews clone() { Preconditions.checkState(mIsRoot, "RemoteView has been attached to another RemoteView. " + "May only clone the root of a RemoteView hierarchy."); Loading
packages/SystemUI/src/com/android/systemui/statusbar/NotificationData.java +1 −1 Original line number Diff line number Diff line Loading @@ -438,7 +438,7 @@ public class NotificationData { final int N = mEntries.size(); for (int i = 0; i < N; i++) { Entry entry = mEntries.valueAt(i); final StatusBarNotification oldSbn = entry.notification.clone(); final StatusBarNotification oldSbn = entry.notification.cloneLight(); final String overrideGroupKey = getOverrideGroupKey(entry.key); if (!Objects.equals(oldSbn.getOverrideGroupKey(), overrideGroupKey)) { entry.notification.setOverrideGroupKey(overrideGroupKey); Loading