Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f67e66a authored by András Kurucz's avatar András Kurucz
Browse files

Remove unused fields from the NotificationEntry

Bug: 325936094
Test: atest SystemUITests
Flag: NA
Change-Id: If800235817614ae287b980a49e3e5ca6de48608d
parent aae2cb64
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -42,7 +42,6 @@ import android.app.Person;
import android.app.RemoteInput;
import android.app.RemoteInputHistoryItem;
import android.content.Context;
import android.content.pm.ShortcutInfo;
import android.net.Uri;
import android.os.Bundle;
import android.os.Parcelable;
@@ -133,7 +132,6 @@ public final class NotificationEntry extends ListEntry {
    public Uri remoteInputUri;
    public ContentInfo remoteInputAttachment;
    private Notification.BubbleMetadata mBubbleMetadata;
    private ShortcutInfo mShortcutInfo;

    /**
     * If {@link RemoteInput#getEditChoicesBeforeSending} is enabled, and the user is
@@ -168,10 +166,8 @@ public final class NotificationEntry extends ListEntry {
    private ListenerSet<OnSensitivityChangedListener> mOnSensitivityChangedListeners =
            new ListenerSet<>();

    private boolean mAutoHeadsUp;
    private boolean mPulseSupressed;
    private int mBucket = BUCKET_ALERTING;
    @Nullable private Long mPendingAnimationDuration;
    private boolean mIsMarkedForUserTriggeredMovement;
    private boolean mIsHeadsUpEntry;