Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardAbsKeyInputView.java238 long secondsInFuture = (long) Math.ceil( in handleAttemptLockout() local
240 mCountdownTimer = new CountDownTimer(secondsInFuture * 1000, 1000) { in handleAttemptLockout()
DKeyguardPatternView.java379 final long secondsInFuture = (long) Math.ceil( in handleAttemptLockout() local
381 mCountdownTimer = new CountDownTimer(secondsInFuture * 1000, 1000) { in handleAttemptLockout()