Searched refs:mStopwatchModel (Results 1 – 1 of 1) sorted by relevance
66 private StopwatchModel mStopwatchModel; field in DataModel90 mStopwatchModel = new StopwatchModel(mContext, mNotificationModel); in setContext()144 mStopwatchModel.updateNotification(); in setApplicationInForeground()161 mStopwatchModel.updateNotification(); in updateAllNotifications()477 return mStopwatchModel.getStopwatch(); in getStopwatch()485 return mStopwatchModel.setStopwatch(getStopwatch().start()); in startStopwatch()493 return mStopwatchModel.setStopwatch(getStopwatch().pause()); in pauseStopwatch()501 return mStopwatchModel.setStopwatch(getStopwatch().reset()); in resetStopwatch()509 return mStopwatchModel.getLaps(); in getLaps()517 return mStopwatchModel.addLap(); in addLap()[all …]