Searched refs:MAX_LAPS (Results 1 - 3 of 3) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatches.java55 public static final int MAX_LAPS = 99; field in class:Stopwatches
H A DStopwatchService.java407 if (numLaps < Stopwatches.MAX_LAPS) {
H A DStopwatchFragment.java168 // Note Stopwatches.MAX_LAPS < 100
720 return mLapsAdapter.getCount() >= Stopwatches.MAX_LAPS;

Completed in 45 milliseconds