Searched refs:mCountDownTimer (Results 1 – 1 of 1) sorted by relevance
60 private CountDownTimer mCountDownTimer; field in MainActivity96 mCountDownTimer = new CountDownTimer(COUNT_DOWN_MS, MILLIS_IN_SECOND) { in onUIStateChanged()112 mCountDownTimer = null; in onUIStateChanged()115 mCountDownTimer.start(); in onUIStateChanged()138 if (mCountDownTimer != null) { in onUIStateChanged()139 mCountDownTimer.cancel(); in onUIStateChanged()140 mCountDownTimer = null; in onUIStateChanged()253 if (mCountDownTimer != null) { in onStop()254 mCountDownTimer.cancel(); in onStop()