Searched refs:secondsInFuture (Results 1 – 2 of 2) sorted by relevance
234 long secondsInFuture = (long) Math.ceil( in handleAttemptLockout() local236 mCountdownTimer = new CountDownTimer(secondsInFuture * 1000, 1000) { in handleAttemptLockout()
376 final long secondsInFuture = (long) Math.ceil( in handleAttemptLockout() local378 mCountdownTimer = new CountDownTimer(secondsInFuture * 1000, 1000) { in handleAttemptLockout()