OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREF_START_TIME
(Results
1 - 6
of
6
) sorted by null
/packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerObj.java
56
private static final String
PREF_START_TIME
= "timer_start_time_";
82
key =
PREF_START_TIME
+ id;
103
String key =
PREF_START_TIME
+ id;
122
key =
PREF_START_TIME
+ id;
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
Stopwatches.java
36
public static final String
PREF_START_TIME
= "sw_start_time";
StopwatchService.java
301
mStartTime = prefs.getLong(Stopwatches.
PREF_START_TIME
, 0);
330
editor.putLong(Stopwatches.
PREF_START_TIME
, startTime);
StopwatchFragment.java
693
editor.putLong (Stopwatches.
PREF_START_TIME
, mStartTime);
724
mStartTime = prefs.getLong(Stopwatches.
PREF_START_TIME
, 0);
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/
CircleTimerView.java
265
editor.remove (Stopwatches.
PREF_START_TIME
);
Utils.java
184
editor.remove (Stopwatches.
PREF_START_TIME
);
Completed in 38 milliseconds