Home
last modified time | relevance | path

Searched refs:refreshStoredPinLength (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl60 boolean refreshStoredPinLength(int userId); in refreshStoredPinLength() method
H A DLockPatternUtils.java650 public boolean refreshStoredPinLength(int userId) { in refreshStoredPinLength() method in LockPatternUtils
652 return getLockSettings().refreshStoredPinLength(userId); in refreshStoredPinLength()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1266 public boolean refreshStoredPinLength(int userId) { in refreshStoredPinLength() method in LockSettingsService