Searched refs:mCountDownTimer (Results 1 – 2 of 2) sorted by relevance
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()
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()