Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardAbsKeyInputViewControllerTest.java186 verify(mLockPatternUtils).getLockoutAttemptDeadline(anyInt());
H A DKeyguardPatternViewControllerTest.kt184 verify(mLockPatternUtils).getLockoutAttemptDeadline(anyInt())
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputViewController.java106 long deadline = mLockPatternUtils.getLockoutAttemptDeadline( in onViewAttached()
H A DKeyguardPatternViewController.java242 long deadline = mLockPatternUtils.getLockoutAttemptDeadline( in onViewAttached()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepository.kt264 lockPatternUtils.getLockoutAttemptDeadline(selectedUserId)
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java1153 public long getLockoutAttemptDeadline(int userId) { in getLockoutAttemptDeadline() method in LockPatternUtils