Searched refs:countDownInterval (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DCountDownTimer.java67 * @param countDownInterval The interval along the way to receive
70 public CountDownTimer(long millisInFuture, long countDownInterval) { argument
72 mCountdownInterval = countDownInterval;

Completed in 39 milliseconds