Home
last modified time | relevance | path

Searched defs:getCurrentFailedPasswordAttempts (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java353 public int getCurrentFailedPasswordAttempts(int userId) { in getCurrentFailedPasswordAttempts() method in LockPatternUtils
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java3518 public int getCurrentFailedPasswordAttempts() { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
3533 public int getCurrentFailedPasswordAttempts(int userHandle) { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
DIDevicePolicyManager.aidl87 int getCurrentFailedPasswordAttempts(int userHandle, boolean parent); in getCurrentFailedPasswordAttempts() method
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4866 public int getCurrentFailedPasswordAttempts(int userHandle, boolean parent) { in getCurrentFailedPasswordAttempts() method