Home
last modified time | relevance | path

Searched refs:secondsInFuture (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardAbsKeyInputViewController.java150 long secondsInFuture = (long) Math.ceil( in handleAttemptLockout() local
152 getKeyguardSecurityCallback().onAttemptLockoutStart(secondsInFuture); in handleAttemptLockout()
153 mCountdownTimer = new CountDownTimer(secondsInFuture * 1000, 1000) { in handleAttemptLockout()
H A DKeyguardPatternViewController.java370 final long secondsInFuture = (long) Math.ceil( in handleAttemptLockout() local
372 getKeyguardSecurityCallback().onAttemptLockoutStart(secondsInFuture); in handleAttemptLockout()
373 mCountdownTimer = new CountDownTimer(secondsInFuture * 1000, 1000) { in handleAttemptLockout()