Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchModel.kt67 fun addStopwatchListener(stopwatchListener: StopwatchListener) { in addStopwatchListener()
68 mStopwatchListeners.add(stopwatchListener) in addStopwatchListener()
74 fun removeStopwatchListener(stopwatchListener: StopwatchListener) { in removeStopwatchListener()
75 mStopwatchListeners.remove(stopwatchListener) in removeStopwatchListener()
110 for (stopwatchListener in mStopwatchListeners) { in setStopwatch() constant
111 stopwatchListener.stopwatchUpdated(before, stopwatch) in setStopwatch()
150 for (stopwatchListener in mStopwatchListeners) { in addLap() constant
151 stopwatchListener.lapAdded(lap) in addLap()
DDataModel.kt740 fun addStopwatchListener(stopwatchListener: StopwatchListener) { in addStopwatchListener()
742 mStopwatchModel?.addStopwatchListener(stopwatchListener) in addStopwatchListener()
748 fun removeStopwatchListener(stopwatchListener: StopwatchListener) { in removeStopwatchListener()
750 mStopwatchModel?.removeStopwatchListener(stopwatchListener) in removeStopwatchListener()