Home
last modified time | relevance | path

Searched refs:reportSuccessfulPasswordAttempt (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
DKeyguardTestActivity.java350 public void reportSuccessfulPasswordAttempt() { in reportSuccessfulPasswordAttempt() method in KeyguardTestActivity.LockPatternUtilsMock
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityContainer.java429 mLockPatternUtils.reportSuccessfulPasswordAttempt(userId);
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java290 public void reportSuccessfulPasswordAttempt(int userId) { in reportSuccessfulPasswordAttempt() method in LockPatternUtils
291 getDevicePolicyManager().reportSuccessfulPasswordAttempt(userId); in reportSuccessfulPasswordAttempt()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl120 void reportSuccessfulPasswordAttempt(int userHandle); in reportSuccessfulPasswordAttempt() method
DDevicePolicyManager.java3437 public void reportSuccessfulPasswordAttempt(int userHandle) { in reportSuccessfulPasswordAttempt() method in DevicePolicyManager
3440 mService.reportSuccessfulPasswordAttempt(userHandle); in reportSuccessfulPasswordAttempt()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4782 public void reportSuccessfulPasswordAttempt(int userHandle) { in reportSuccessfulPasswordAttempt() method in DevicePolicyManagerService