Home
last modified time | relevance | path

Searched refs:reportPasswordLockout (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt303 lockPatternUtils.reportPasswordLockout(durationMs, selectedUserId) in reportLockoutStarted()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java1133 mLockPatternUtils.reportPasswordLockout(timeoutMs, userId); in reportFailedUnlockAttempt()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java429 public void reportPasswordLockout(int timeoutMs, int userId) { in reportPasswordLockout() method in LockPatternUtils