Searched defs:reportSuccessfulPasswordAttempt (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java1507 public void reportSuccessfulPasswordAttempt(int userHandle) { method in class:DevicePolicyManager
1510 mService.reportSuccessfulPasswordAttempt(userHandle);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java238 public void reportSuccessfulPasswordAttempt() { method in class:LockPatternUtils
239 getDevicePolicyManager().reportSuccessfulPasswordAttempt(getCurrentOrCallingUserId());
/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java2038 public void reportSuccessfulPasswordAttempt(int userHandle) { method in class:DevicePolicyManagerService

Completed in 88 milliseconds