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 51 int mState = Stopwatches.STOPWATCH_RESET;
150 lapTime.setText(Stopwatches.formatTimeText(lap.mLapTime, mFormats[mLapIndex]));
151 totalTime.setText(Stopwatches.formatTimeText(lap.mTotalTime, mFormats[mTotalIndex]));
168 // Note Stopwatches.MAX_LAPS < 100
256 intent.putExtra(Stopwatches.MESSAGE_TIME, time);
257 intent.putExtra(Stopwatches.SHOW_NOTIF, false);
259 case Stopwatches.STOPWATCH_RUNNING:
264 intent.setAction(Stopwatches.STOP_STOPWATCH);
268 case Stopwatches.STOPWATCH_RESET:
269 case Stopwatches.STOPWATCH_STOPPED
    [all...]

Completed in 112 milliseconds