Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java338 public int getCurrentFailedPasswordAttempts(int userId) { in getCurrentFailedPasswordAttempts() method in LockPatternUtils
342 return getDevicePolicyManager().getCurrentFailedPasswordAttempts(userId); in getCurrentFailedPasswordAttempts()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java2861 public int getCurrentFailedPasswordAttempts() { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
2862 return getCurrentFailedPasswordAttempts(myUserId()); in getCurrentFailedPasswordAttempts()
2875 public int getCurrentFailedPasswordAttempts(int userHandle) { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
2878 return mService.getCurrentFailedPasswordAttempts(userHandle, mParentInstance); in getCurrentFailedPasswordAttempts()
DIDevicePolicyManager.aidl85 int getCurrentFailedPasswordAttempts(int userHandle, boolean parent); in getCurrentFailedPasswordAttempts() method
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4571 public int getCurrentFailedPasswordAttempts(int userHandle, boolean parent) { in getCurrentFailedPasswordAttempts() method in DevicePolicyManagerService
/frameworks/base/config/
Dhiddenapi-light-greylist.txt291 Landroid/app/admin/DevicePolicyManager;->getCurrentFailedPasswordAttempts(I)I
Dboot-image-profile.txt907 HPLandroid/app/admin/DevicePolicyManager;->getCurrentFailedPasswordAttempts()I
908 HPLandroid/app/admin/DevicePolicyManager;->getCurrentFailedPasswordAttempts(I)I
924 HPLandroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getCurrentFailedPasswordAttempts(IZ)I
15592 HSPLandroid/app/admin/IDevicePolicyManager;->getCurrentFailedPasswordAttempts(IZ)I
Dhiddenapi-public-dex.txt1462 Landroid/app/admin/DevicePolicyManager;->getCurrentFailedPasswordAttempts()I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5317 method public int getCurrentFailedPasswordAttempts();
/frameworks/base/api/
Dcurrent.txt6457 method public int getCurrentFailedPasswordAttempts();