Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java477 public int getCurrentFailedPasswordAttempts(int userId) { in getCurrentFailedPasswordAttempts() method in LockPatternUtils
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java6118 public int getCurrentFailedPasswordAttempts() { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
6133 public int getCurrentFailedPasswordAttempts(int userHandle) { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
DIDevicePolicyManager.aidl109 int getCurrentFailedPasswordAttempts(String callerPackageName, int userHandle, boolean parent); in getCurrentFailedPasswordAttempts() method