OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREF_ACCUM_TIME
(Results
1 - 5
of
5
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java
37
public static final String
PREF_ACCUM_TIME
= "sw_accum_time";
StopwatchService.java
302
mElapsedTime = prefs.getLong(Stopwatches.
PREF_ACCUM_TIME
, 0);
345
editor.putLong(Stopwatches.
PREF_ACCUM_TIME
, elapsedTime);
StopwatchFragment.java
694
editor.putLong (Stopwatches.
PREF_ACCUM_TIME
, mAccumulatedTime);
725
mAccumulatedTime = prefs.getLong(Stopwatches.
PREF_ACCUM_TIME
, 0);
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java
266
editor.remove (Stopwatches.
PREF_ACCUM_TIME
);
Utils.java
185
editor.remove (Stopwatches.
PREF_ACCUM_TIME
);
Completed in 1954 milliseconds