OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
407
if (numLaps < Stopwatches.
MAX_LAPS
) {
StopwatchFragment.java
168
// Note Stopwatches.
MAX_LAPS
< 100
720
return mLapsAdapter.getCount() >= Stopwatches.
MAX_LAPS
;
[
all
...]
Completed in 302 milliseconds