Searched refs:timeoutInSeconds (Results 1 – 1 of 1) sorted by relevance
532 private void startTimerCountdownDisplay(int timeoutInSeconds) { in startTimerCountdownDisplay() argument533 mMainHandler.post(() -> mSecondsToCompletion = timeoutInSeconds); in startTimerCountdownDisplay()