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

Commit 29bf3985 authored by Eric Biggers's avatar Eric Biggers Committed by Automerger Merge Worker
Browse files

Remove LockPatternUtils.setVisiblePasswordEnabled() am: 15258a4d am: 352bbbbd

parents 13ef64e0 352bbbbd
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1090,13 +1090,6 @@ public class LockPatternUtils {
        return getString(LOCK_PIN_ENHANCED_PRIVACY, userId) != null;
    }

    /**
     * Set whether the visible password is enabled for cryptkeeper screen.
     */
    public void setVisiblePasswordEnabled(boolean enabled, int userId) {
        // No longer does anything.
    }

    /**
     * Set and store the lockout deadline, meaning the user can't attempt their unlock
     * pattern until the deadline has passed.