Searched refs:mCountDownTimer (Results 1 – 3 of 3) sorted by relevance
38 private CountDownTimer mCountDownTimer; field in ConfirmLockLockoutHelper88 if (mCountDownTimer != null) { in onPauseUI()89 mCountDownTimer.cancel(); in onPauseUI()96 return mCountDownTimer; in getCountDownTimer()102 mCountDownTimer = newCountDownTimer(deadline - elapsedRealtime).start(); in handleAttemptLockout()
55 private CountDownTimer mCountDownTimer; field in EmergencyActionFragment134 if (mCountDownTimer != null) { in onStop()138 mCountDownTimer.cancel(); in onStop()167 if (mCountDownTimer != null) { in startTimer()169 mCountDownTimer.cancel(); in startTimer()172 mCountDownTimer = in startTimer()200 mCountDownTimer.start(); in startTimer()
52 private CountDownTimer mCountDownTimer = null; field in RecordingController114 mCountDownTimer = new CountDownTimer(ms, interval) { in startCountdown()145 mCountDownTimer.start(); in startCountdown()152 if (mCountDownTimer != null) { in cancelCountdown()153 mCountDownTimer.cancel(); in cancelCountdown()