Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/NotificationEntry.java +0 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,6 @@ public final class NotificationEntry { public StatusBarIconView centeredIcon; public StatusBarIconView aodIcon; private boolean interruption; public boolean autoRedacted; // whether the redacted notification was generated by us public int targetSdk; private long lastFullScreenIntentLaunchTime = NOT_LAUNCHED_YET; public CharSequence remoteInputText; Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/NotificationRowBinderImpl.java +0 −1 Original line number Diff line number Diff line Loading @@ -248,7 +248,6 @@ public class NotificationRowBinderImpl implements NotificationRowBinder { // TODO: should updates to the entry be happening somewhere else? entry.setIconTag(R.id.icon_is_pre_L, entry.targetSdk < Build.VERSION_CODES.LOLLIPOP); entry.autoRedacted = entry.getSbn().getNotification().publicVersion == null; entry.setRow(row); row.setOnActivatedListener(mPresenter); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/NotificationEntry.java +0 −1 Original line number Diff line number Diff line Loading @@ -115,7 +115,6 @@ public final class NotificationEntry { public StatusBarIconView centeredIcon; public StatusBarIconView aodIcon; private boolean interruption; public boolean autoRedacted; // whether the redacted notification was generated by us public int targetSdk; private long lastFullScreenIntentLaunchTime = NOT_LAUNCHED_YET; public CharSequence remoteInputText; Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/NotificationRowBinderImpl.java +0 −1 Original line number Diff line number Diff line Loading @@ -248,7 +248,6 @@ public class NotificationRowBinderImpl implements NotificationRowBinder { // TODO: should updates to the entry be happening somewhere else? entry.setIconTag(R.id.icon_is_pre_L, entry.targetSdk < Build.VERSION_CODES.LOLLIPOP); entry.autoRedacted = entry.getSbn().getNotification().publicVersion == null; entry.setRow(row); row.setOnActivatedListener(mPresenter); Loading