Searched refs:mStopwatchModel (Results 1 – 1 of 1) sorted by relevance
186 private StopwatchModel mStopwatchModel; field in DataModel218 mStopwatchModel = new StopwatchModel(mContext, prefs, mNotificationModel); in init()240 mStopwatchModel.setStopwatch(getStopwatch().updateAfterReboot()); in updateAfterReboot()249 mStopwatchModel.setStopwatch(getStopwatch().updateAfterTimeSet()); in updateAfterTimeSet()299 mStopwatchModel.updateNotification(); in setApplicationInForeground()320 mStopwatchModel.updateNotification(); in updateAllNotifications()747 mStopwatchModel.addStopwatchListener(stopwatchListener); in addStopwatchListener()755 mStopwatchModel.removeStopwatchListener(stopwatchListener); in removeStopwatchListener()763 return mStopwatchModel.getStopwatch(); in getStopwatch()771 return mStopwatchModel.setStopwatch(getStopwatch().start()); in startStopwatch()[all …]