HomeSort by relevance Sort by last modified time
    Searched defs:setStopwatch (Results 1 - 2 of 2) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/data/
StopwatchModel.java 103 Stopwatch setStopwatch(Stopwatch stopwatch) {
106 StopwatchDAO.setStopwatch(mPrefs, stopwatch);
StopwatchDAO.java 69 setStopwatch(prefs, s);
77 static void setStopwatch(SharedPreferences prefs, Stopwatch stopwatch) {

Completed in 63 milliseconds