Searched refs:reportSuccessfulPasswordAttempt (Results 1 – 6 of 6) sorted by relevance
350 public void reportSuccessfulPasswordAttempt() { in reportSuccessfulPasswordAttempt() method in KeyguardTestActivity.LockPatternUtilsMock
429 mLockPatternUtils.reportSuccessfulPasswordAttempt(userId);
290 public void reportSuccessfulPasswordAttempt(int userId) { in reportSuccessfulPasswordAttempt() method in LockPatternUtils291 getDevicePolicyManager().reportSuccessfulPasswordAttempt(userId); in reportSuccessfulPasswordAttempt()
120 void reportSuccessfulPasswordAttempt(int userHandle); in reportSuccessfulPasswordAttempt() method
3437 public void reportSuccessfulPasswordAttempt(int userHandle) { in reportSuccessfulPasswordAttempt() method in DevicePolicyManager3440 mService.reportSuccessfulPasswordAttempt(userHandle); in reportSuccessfulPasswordAttempt()
4782 public void reportSuccessfulPasswordAttempt(int userHandle) { in reportSuccessfulPasswordAttempt() method in DevicePolicyManagerService