Remove LockPatternUtils.setVisiblePasswordEnabled()

This is no longer used.

Bug: 208476087
Change-Id: Ia960160c47700f517a57a25afafd52bfaccfb4dd
This commit is contained in:
Eric Biggers
2023-02-17 23:21:11 +00:00
parent 1cb4d266eb
commit 90644148fc

View File

@@ -1036,13 +1036,6 @@ public class LockPatternUtils {
return getString(Settings.Secure.LOCK_PATTERN_VISIBLE, 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.