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

Commit ed5b4701 authored by Eric Biggers's avatar Eric Biggers
Browse files

Remove some unused fields from LockPatternUtils

Remove three unused fields from LockPatternUtils, including
FLAG_ENABLE_AUTO_PIN_CONFIRMATION.

Bug: 416748297
Test: presubmit
Flag: EXEMPT unused code cleanup
Change-Id: Ic350b9114a27e8408eb153fb335272690a20e666
parent fe9ebbd2
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -189,14 +189,10 @@ public class LockPatternUtils {
    public static final int USER_REPAIR_MODE = UserHandle.USER_NULL + 2;

    public final static String PASSWORD_TYPE_KEY = "lockscreen.password_type";
    @Deprecated
    public final static String PASSWORD_TYPE_ALTERNATE_KEY = "lockscreen.password_type_alternate";
    public final static String LOCK_PASSWORD_SALT_KEY = "lockscreen.password_salt";
    public final static String DISABLE_LOCKSCREEN_KEY = "lockscreen.disabled";
    public final static String LOCKSCREEN_POWER_BUTTON_INSTANTLY_LOCKS
            = "lockscreen.power_button_instantly_locks";
    @Deprecated
    public final static String LOCKSCREEN_WIDGETS_ENABLED = "lockscreen.widgets_enabled";

    public final static String PASSWORD_HISTORY_KEY = "lockscreen.passwordhistory";

@@ -219,12 +215,6 @@ public class LockPatternUtils {

    private static final String GSI_RUNNING_PROP = "ro.gsid.image_running";

    /**
     * drives the pin auto confirmation feature availability in code logic.
     */
    public static final String FLAG_ENABLE_AUTO_PIN_CONFIRMATION =
            "AutoPinConfirmation__enable_auto_pin_confirmation";

    @UnsupportedAppUsage
    private final Context mContext;
    @UnsupportedAppUsage