Searched refs:mStopwatchModel (Results 1 – 1 of 1) sorted by relevance
173 private var mStopwatchModel: StopwatchModel? = null variable in com.android.deskclock.data.DataModel198 mStopwatchModel = StopwatchModel(mContext!!, prefs, mNotificationModel!!) in init()220 mStopwatchModel!!.setStopwatch(stopwatch.updateAfterReboot()) in updateAfterReboot()229 mStopwatchModel!!.setStopwatch(stopwatch.updateAfterTimeSet()) in updateAfterTimeSet()289 mStopwatchModel!!.updateNotification()302 mStopwatchModel!!.updateNotification() in updateAllNotifications()742 mStopwatchModel?.addStopwatchListener(stopwatchListener) in addStopwatchListener()750 mStopwatchModel?.removeStopwatchListener(stopwatchListener) in removeStopwatchListener()759 return mStopwatchModel!!.stopwatch767 return mStopwatchModel!!.setStopwatch(stopwatch.start()) in startStopwatch()[all …]