Searched refs:getCurrentFailedPasswordAttempts (Results 1 – 8 of 8) sorted by relevance
2046 public int getCurrentFailedPasswordAttempts() { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager2047 return getCurrentFailedPasswordAttempts(myUserId()); in getCurrentFailedPasswordAttempts()2060 public int getCurrentFailedPasswordAttempts(int userHandle) { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager2063 return mService.getCurrentFailedPasswordAttempts(userHandle, mParentInstance); in getCurrentFailedPasswordAttempts()
73 int getCurrentFailedPasswordAttempts(int userHandle, boolean parent); in getCurrentFailedPasswordAttempts() method
295 public int getCurrentFailedPasswordAttempts(int userId) { in getCurrentFailedPasswordAttempts() method in LockPatternUtils296 return getDevicePolicyManager().getCurrentFailedPasswordAttempts(userId); in getCurrentFailedPasswordAttempts()
3684 public int getCurrentFailedPasswordAttempts(int userHandle, boolean parent) { in getCurrentFailedPasswordAttempts() method in DevicePolicyManagerService
5317 method public int getCurrentFailedPasswordAttempts();
5910 method public int getCurrentFailedPasswordAttempts();
5916 method public int getCurrentFailedPasswordAttempts();
6063 method public int getCurrentFailedPasswordAttempts();