Searched refs:secondsInFuture (Results 1 – 2 of 2) sorted by relevance
238 long secondsInFuture = (long) Math.ceil( in handleAttemptLockout() local240 mCountdownTimer = new CountDownTimer(secondsInFuture * 1000, 1000) { in handleAttemptLockout()
379 final long secondsInFuture = (long) Math.ceil( in handleAttemptLockout() local381 mCountdownTimer = new CountDownTimer(secondsInFuture * 1000, 1000) { in handleAttemptLockout()