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

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java 29 public class Stopwatches {
StopwatchFragment.java 42 int mState = Stopwatches.STOPWATCH_RESET;
153 lapTime.setText(Stopwatches.formatTimeText(lap.mLapTime, mFormats[mLapIndex]));
154 totalTime.setText(Stopwatches.formatTimeText(lap.mTotalTime, mFormats[mTotalIndex]));
172 // Note Stopwatches.MAX_LAPS < 100
260 intent.putExtra(Stopwatches.MESSAGE_TIME, time);
261 intent.putExtra(Stopwatches.SHOW_NOTIF, false);
263 case Stopwatches.STOPWATCH_RUNNING:
268 intent.setAction(Stopwatches.STOP_STOPWATCH);
272 case Stopwatches.STOPWATCH_RESET:
273 case Stopwatches.STOPWATCH_STOPPED
    [all...]

Completed in 126 milliseconds