Searched defs:removeStopwatchListener (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/data/
H A DStopwatchModel.java85 void removeStopwatchListener(StopwatchListener stopwatchListener) { method in class:StopwatchModel
H A DDataModel.java753 public void removeStopwatchListener(StopwatchListener stopwatchListener) { method in class:DataModel
755 mStopwatchModel.removeStopwatchListener(stopwatchListener);

Completed in 46 milliseconds