OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STOPWATCH_RESET
(Results
1 - 4
of
4
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java
314
mNumLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.
STOPWATCH_RESET
);
320
int numLaps = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.
STOPWATCH_RESET
);
360
if (state == Stopwatches.
STOPWATCH_RESET
) {
361
editor.putInt(Stopwatches.PREF_STATE, Stopwatches.
STOPWATCH_RESET
);
438
writeToSharedPrefs(null, null, null, Stopwatches.
STOPWATCH_RESET
, updateCircle);
StopwatchFragment.java
51
int mState = Stopwatches.
STOPWATCH_RESET
;
268
case Stopwatches.
STOPWATCH_RESET
:
565
setButtons(Stopwatches.
STOPWATCH_RESET
);
566
mState = Stopwatches.
STOPWATCH_RESET
;
697
case Stopwatches.
STOPWATCH_RESET
:
[
all
...]
Stopwatches.java
51
public static final int
STOPWATCH_RESET
= 0;
/packages/apps/DeskClock/src/com/android/deskclock/
Utils.java
201
int lapNum = prefs.getInt(Stopwatches.PREF_LAP_NUM, Stopwatches.
STOPWATCH_RESET
);
Completed in 834 milliseconds