Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchModel.kt47 private val mStopwatchListeners: MutableList<StopwatchListener> = mutableListOf() constant in com.android.deskclock.data.StopwatchModel
68 mStopwatchListeners.add(stopwatchListener) in addStopwatchListener()
75 mStopwatchListeners.remove(stopwatchListener) in removeStopwatchListener()
110 for (stopwatchListener in mStopwatchListeners) { in setStopwatch()
150 for (stopwatchListener in mStopwatchListeners) { in addLap()