Home
last modified time | relevance | path

Searched refs:mStopwatchModel (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
DDataModel.java186 private StopwatchModel mStopwatchModel; field in DataModel
218 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 …]