Searched refs:countDownMillis (Results 1 – 1 of 1) sorted by relevance
110 private CountDownTimer newCountDownTimer(long countDownMillis) { in newCountDownTimer() argument111 return new CountDownTimer(countDownMillis, in newCountDownTimer()