Searched refs:setStopwatch (Results 1 – 3 of 3) sorted by relevance
58 setStopwatch(prefs, s) in getStopwatch()66 fun setStopwatch(prefs: SharedPreferences, stopwatch: Stopwatch) { in setStopwatch() method
220 mStopwatchModel!!.setStopwatch(stopwatch.updateAfterReboot()) in updateAfterReboot()229 mStopwatchModel!!.setStopwatch(stopwatch.updateAfterTimeSet()) in updateAfterTimeSet()767 return mStopwatchModel!!.setStopwatch(stopwatch.start()) in startStopwatch()775 return mStopwatchModel!!.setStopwatch(stopwatch.pause()) in pauseStopwatch()783 return mStopwatchModel!!.setStopwatch(stopwatch.reset()) in resetStopwatch()
93 fun setStopwatch(stopwatch: Stopwatch): Stopwatch { in setStopwatch() method96 StopwatchDAO.setStopwatch(mPrefs, stopwatch) in setStopwatch()