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