Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DILockSettings.aidl60 boolean refreshStoredPinLength(int userId); in refreshStoredPinLength() method
DLockPatternUtils.java645 public boolean refreshStoredPinLength(int userId) { in refreshStoredPinLength() method in LockPatternUtils
647 return getLockSettings().refreshStoredPinLength(userId); in refreshStoredPinLength()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java1446 public boolean refreshStoredPinLength(int userId) { in refreshStoredPinLength() method in LockSettingsService