Searched refs:StopwatchDAO (Results 1 – 2 of 2) sorted by relevance
84 mStopwatch = StopwatchDAO.getStopwatch(mPrefs)96 StopwatchDAO.setStopwatch(mPrefs, stopwatch) in setStopwatch()136 StopwatchDAO.addLap(mPrefs, lapNumber, totalTime) in addLap()162 StopwatchDAO.clearLaps(mPrefs) in clearLaps()230 mLaps = StopwatchDAO.getLaps(mPrefs)
25 internal object StopwatchDAO { object