Searched refs:CountDownTimer (Results 1 – 13 of 13) sorted by relevance
59 public abstract class CountDownTimer { class85 public CountDownTimer(long millisInFuture, long countDownInterval) { in CountDownTimer() method in CountDownTimer101 public synchronized final CountDownTimer start() { in start()134 synchronized (CountDownTimer.this) {
27 import android.os.CountDownTimer;69 private CountDownTimer mCountDownTimer = null;193 mCountDownTimer = new CountDownTimer(ms, interval) { in startCountdown()
25 import android.os.CountDownTimer;53 private CountDownTimer mCountdownTimer;154 mCountdownTimer = new CountDownTimer(secondsInFuture * 1000, 1000) { in handleAttemptLockout()
25 import android.os.CountDownTimer;68 private CountDownTimer mCountdownTimer;381 mCountdownTimer = new CountDownTimer(secondsInFuture * 1000, 1000) { in handleAttemptLockout()
45 import android.os.CountDownTimer;149 private static CountDownTimer bootstrapProvisioningTimer;1636 bootstrapProvisioningTimer = new CountDownTimer(CHECK_BOOTSTRAP_TIMER_IN_MS, in startEsimBootstrapTimer()
5968 android.os.CountDownTimer$15969 android.os.CountDownTimer
28365 Landroid/os/CountDownTimer$1;28366 Landroid/os/CountDownTimer;
5972 android.os.CountDownTimer$15973 android.os.CountDownTimer
38499 Landroid/os/CountDownTimer$1;38500 Landroid/os/CountDownTimer;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
35009 Landroid/os/CountDownTimer;->mCancelled:Z35010 Landroid/os/CountDownTimer;->mCountdownInterval:J35011 Landroid/os/CountDownTimer;->mHandler:Landroid/os/Handler;35012 Landroid/os/CountDownTimer;->mMillisInFuture:J35013 Landroid/os/CountDownTimer;->MSG:I35014 Landroid/os/CountDownTimer;->mStopTimeInFuture:J
21564 public abstract class CountDownTimer {21565 ctor public CountDownTimer(long, long);21569 method public final synchronized android.os.CountDownTimer start();
32860 public abstract class CountDownTimer {32861 ctor public CountDownTimer(long, long);32865 method public final android.os.CountDownTimer start();