Searched refs:StopwatchDAO (Results 1 – 2 of 2) sorted by relevance
82 mStopwatch = StopwatchDAO.getStopwatch(mContext); in getStopwatch()93 StopwatchDAO.setStopwatch(mContext, stopwatch); in setStopwatch()124 StopwatchDAO.addLap(mContext, lapNumber, totalTime); in addLap()144 StopwatchDAO.clearLaps(mContext); in clearLaps()325 mLaps = StopwatchDAO.getLaps(mContext); in getMutableLaps()
36 final class StopwatchDAO { class56 private StopwatchDAO() {} in StopwatchDAO() method in StopwatchDAO