Searched refs:mStopwatchModel (Results 1 – 1 of 1) sorted by relevance
172 private var mStopwatchModel: StopwatchModel? = null variable in com.android.deskclock.data.DataModel197 mStopwatchModel = StopwatchModel(mContext!!, prefs, mNotificationModel!!) in init()219 mStopwatchModel!!.setStopwatch(stopwatch.updateAfterReboot()) in updateAfterReboot()228 mStopwatchModel!!.setStopwatch(stopwatch.updateAfterTimeSet()) in updateAfterTimeSet()288 mStopwatchModel!!.updateNotification()301 mStopwatchModel!!.updateNotification() in updateAllNotifications()741 mStopwatchModel?.addStopwatchListener(stopwatchListener) in addStopwatchListener()749 mStopwatchModel?.removeStopwatchListener(stopwatchListener) in removeStopwatchListener()758 return mStopwatchModel!!.stopwatch766 return mStopwatchModel!!.setStopwatch(stopwatch.start()) in startStopwatch()[all …]