Searched refs:MAX_LAPS (Results 1 – 3 of 3) sorted by relevance
51 public static final int MAX_LAPS = 99; field in Stopwatches
430 if (numLaps < Stopwatches.MAX_LAPS) { in writeSharedPrefsLap()
600 return mLapsAdapter.getCount() >= Stopwatches.MAX_LAPS; in reachedMaxLaps()