Home
last modified time | relevance | path

Searched refs:getCurrentFailedPasswordAttempts (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java2046 public int getCurrentFailedPasswordAttempts() { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
2047 return getCurrentFailedPasswordAttempts(myUserId()); in getCurrentFailedPasswordAttempts()
2060 public int getCurrentFailedPasswordAttempts(int userHandle) { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
2063 return mService.getCurrentFailedPasswordAttempts(userHandle, mParentInstance); in getCurrentFailedPasswordAttempts()
DIDevicePolicyManager.aidl73 int getCurrentFailedPasswordAttempts(int userHandle, boolean parent); in getCurrentFailedPasswordAttempts() method
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java295 public int getCurrentFailedPasswordAttempts(int userId) { in getCurrentFailedPasswordAttempts() method in LockPatternUtils
296 return getDevicePolicyManager().getCurrentFailedPasswordAttempts(userId); in getCurrentFailedPasswordAttempts()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java3684 public int getCurrentFailedPasswordAttempts(int userHandle, boolean parent) { in getCurrentFailedPasswordAttempts() method in DevicePolicyManagerService
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5317 method public int getCurrentFailedPasswordAttempts();
/frameworks/base/api/
Dcurrent.txt5910 method public int getCurrentFailedPasswordAttempts();
Dtest-current.txt5916 method public int getCurrentFailedPasswordAttempts();
Dsystem-current.txt6063 method public int getCurrentFailedPasswordAttempts();