Searched refs:secondsInFuture (Results 1 – 2 of 2) sorted by relevance
150 long secondsInFuture = (long) Math.ceil( in handleAttemptLockout() local152 getKeyguardSecurityCallback().onAttemptLockoutStart(secondsInFuture); in handleAttemptLockout()153 mCountdownTimer = new CountDownTimer(secondsInFuture * 1000, 1000) { in handleAttemptLockout()
370 final long secondsInFuture = (long) Math.ceil( in handleAttemptLockout() local372 getKeyguardSecurityCallback().onAttemptLockoutStart(secondsInFuture); in handleAttemptLockout()373 mCountdownTimer = new CountDownTimer(secondsInFuture * 1000, 1000) { in handleAttemptLockout()