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

Commit 15258a4d authored by Eric Biggers's avatar Eric Biggers
Browse files

Remove LockPatternUtils.setVisiblePasswordEnabled()

This is no longer used.

Bug: 208476087
Change-Id: Ia960160c47700f517a57a25afafd52bfaccfb4dd
Merged-In: Ia960160c47700f517a57a25afafd52bfaccfb4dd
(cherry picked from commit 90644148)
(resolved trivial conflict)
parent 7507728a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -1021,13 +1021,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.