HomeSort by relevance Sort by last modified time
    Searched refs:MAX_LAPS (Results 1 - 3 of 3) sorted by null

  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java 55 public static final int MAX_LAPS = 99;
StopwatchService.java 409 if (numLaps < Stopwatches.MAX_LAPS) {
StopwatchFragment.java 172 // Note Stopwatches.MAX_LAPS < 100
566 return mLapsAdapter.getCount() >= Stopwatches.MAX_LAPS;
    [all...]

Completed in 133 milliseconds