Searched refs:mStopwatchListeners (Results 1 – 1 of 1) sorted by relevance
47 private val mStopwatchListeners: MutableList<StopwatchListener> = mutableListOf() constant in com.android.deskclock.data.StopwatchModel68 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()